2006-04-11 02:27:51 +02:00
|
|
|
config BR2_PACKAGE_SUDO
|
|
|
|
bool "sudo"
|
2012-08-01 23:50:44 +02:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2006-04-11 02:27:51 +02:00
|
|
|
help
|
2008-08-27 22:18:43 +02:00
|
|
|
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.
|
2011-06-07 13:03:24 +02:00
|
|
|
|
|
|
|
http://www.sudo.ws/sudo/
|