with minor changes, and updated security patches
This commit is contained in:
Eric Andersen
2006-04-11 00:27:51 +00:00
parent f3724ee831
commit 34a0c2f0a5
5 changed files with 13372 additions and 0 deletions

8
package/sudo/Config.in Normal file
View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_SUDO
bool "sudo"
default y
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.