mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
add sudo, based on http://bugs.busybox.net/view.php?id=511
with minor changes, and updated security patches
This commit is contained in:
8
package/sudo/Config.in
Normal file
8
package/sudo/Config.in
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user