Skip to content

Changaco/nosudo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

nosudo is a simple bash script that mimics some of sudo's features.

Features

  • Supports some sudo options:
    • b,E,e,H,h,i,n,u should act approximately the same way as with sudo
    • -l always acts as if the user can run any command
    • K,k,p,U,V,v are ignored
    • A,C,g,L,P,r,S,s,t aren't implemented, nosudo exits if it encounters them
  • Resolves aliases (the real sudo doesn't do it), tested in bash and zsh.
  • Has a debug mode:
    • activated by setting the $DEBUG environment variable
    • logs to ~/nosudo-debug

License

CC0 Public Domain Dedication

About

A small bash script that fakes sudo using su

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages