92ab7428e8
sudo without authentication doesn't make much sense, and it has very limited impact on binary size. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
config BR2_PACKAGE_SUDO
|
|
bool "sudo"
|
|
help
|
|
Sudo is a program designed to allow a sysadmin to give
|
|
limited root privileges to users and log root activity. The
|
|
basic philosophy is to give as few privileges as possible
|
|
but still allow people to get their work done.
|
|
|
|
http://www.sudo.ws/sudo/
|