2006-04-11 00:27:51 +00:00
|
|
|
config BR2_PACKAGE_SUDO
|
|
|
|
bool "sudo"
|
2012-08-01 21:50:44 +00:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2006-04-11 00:27:51 +00:00
|
|
|
help
|
2008-08-27 20:18:43 +00:00
|
|
|
Sudo is a program designed to allow a sysadmin to give
|
2015-04-22 22:14:34 +00:00
|
|
|
limited root privileges to users and log root activity. The
|
2008-08-27 20:18:43 +00:00
|
|
|
basic philosophy is to give as few privileges as possible
|
|
|
|
but still allow people to get their work done.
|
2011-06-07 11:03:24 +00:00
|
|
|
|
2022-12-14 19:47:26 +00:00
|
|
|
https://www.sudo.ws/sudo/
|