comparison 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
comparison
equal deleted inserted replaced
369:5715eed39575 370:c7a26e26ad08
8 help 8 help
9 usage: toybox [command] [arguments...] 9 usage: toybox [command] [arguments...]
10 10
11 With no arguments, shows available commands. First argument is 11 With no arguments, shows available commands. First argument is
12 name of a command to run, followed by any arguments to that command. 12 name of a command to run, followed by any arguments to that command.
13
14 config TOYBOX_SUID
15 bool "SUID support"
16 default y
17 help
18 Support for suid commands, which run as root. This means toybox must
19 be installed suid root, and drops permissions before running commands
20 which do not require root access.
13 21
14 config TOYBOX_FREE 22 config TOYBOX_FREE
15 bool "Free memory unnecessarily" 23 bool "Free memory unnecessarily"
16 default n 24 default n
17 help 25 help