summaryrefslogtreecommitdiffstats
path: root/rules/sudo.in
blob: a1ff1a92343ec780dae965420868256149f8e125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config SUDO
        bool
        default N
        depends on BROKEN
        prompt "Package SUDO"
	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.

comment "SUDO is broken, please send a patch"
        depends on !BROKEN