Mercurial > hg > toybox
diff Config.in @ 370:c7a26e26ad08
Add TOYBOX_SUID.
author | Rob Landley <rob@landley.net> |
---|---|
date | Tue, 05 Jan 2010 12:17:05 -0600 |
parents | d4176f3f3835 |
children | 57e1335e59f6 |
line wrap: on
line diff
--- a/Config.in Tue Jan 05 10:48:32 2010 -0600 +++ b/Config.in Tue Jan 05 12:17:05 2010 -0600 @@ -11,6 +11,14 @@ With no arguments, shows available commands. First argument is name of a command to run, followed by any arguments to that command. +config TOYBOX_SUID + bool "SUID support" + default y + help + Support for suid commands, which run as root. This means toybox must + be installed suid root, and drops permissions before running commands + which do not require root access. + config TOYBOX_FREE bool "Free memory unnecessarily" default n