bump version
[buildroot.git] / package / sudo / Config.in
blob065f9ab1f27b99552d431e409632c8498fc59f13
1 config BR2_PACKAGE_SUDO
2         bool "sudo"
3         default n
4         help
5          Sudo is a program designed to allow a sysadmin to give limited root
6          privileges to users and log root activity.  The basic philosophy is to give
7          as few privileges as possible but still allow people to get their work done.