## SECTION=shell_and_console menuconfig SUDO tristate prompt "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. if SUDO config SUDO__SENDMAIL bool # FIXME: sendmail support is buggy and searches for # /sbin/sendmail on the host #prompt "sendmail support" config SUDO__ETC_SUDOERS bool "Install sudoers file into /etc" default y help Installs /etc/sudoers from a selectable source choice prompt "Kind of sudoers" default SUDO__ETC_SUDOERS_DEFAULT depends on SUDO__ETC_SUDOERS config SUDO__ETC_SUDOERS_DEFAULT bool prompt "Use generic" help Installs a generic /etc/sudoers file from the sources. config SUDO__ETC_SUDOERS_USER bool prompt "User defined" help This uses a user defined /etc/sudoers file. PTXdist uses file projectroot/etc/sudoers in your local project. endchoice endif