aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2010-01-05 12:17:05 -0600
committerRob Landley <rob@landley.net>2010-01-05 12:17:05 -0600
commite0377fb294821a68112d4da09f836ac42e3d5956 (patch)
tree489d2a2b21393f7283870c2f21ed82b5818f1d82 /Config.in
parent1e01cd1f48bff3fdd12f45bf1c3adfab821ee287 (diff)
downloadtoybox-e0377fb294821a68112d4da09f836ac42e3d5956.tar.gz
Add TOYBOX_SUID.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index aa3100ff..ad8a2426 100644
--- a/Config.in
+++ b/Config.in
@@ -11,6 +11,14 @@ config TOYBOX
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