From e0377fb294821a68112d4da09f836ac42e3d5956 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 5 Jan 2010 12:17:05 -0600 Subject: Add TOYBOX_SUID. --- Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3