diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-09-02 22:38:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-09-02 22:38:21 +0000 |
commit | e694138b173d963ab0348f652e3882db97e2d296 (patch) | |
tree | c65903bfd3bb345798941a363577a18e07aedf88 /sources/busybox.config | |
parent | 8e1f66876fb833f759c822034aadaf537953c3a6 (diff) | |
download | buildroot-novena-e694138b173d963ab0348f652e3882db97e2d296.tar.gz buildroot-novena-e694138b173d963ab0348f652e3882db97e2d296.zip |
Enable CONFIG_FEATURE_SUID, but disable CONFIG_FEATURE_SUID_CONFIG
for the default permission dropping behavior.
-Erik
Diffstat (limited to 'sources/busybox.config')
-rw-r--r-- | sources/busybox.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 1f4542593..7ec96213d 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -15,7 +15,8 @@ CONFIG_FEATURE_VERBOSE_USAGE=y # CONFIG_FEATURE_DEVFS is not set CONFIG_FEATURE_DEVPTS=y # CONFIG_FEATURE_CLEAN_UP is not set -# CONFIG_FEATURE_SUID is not set +CONFIG_FEATURE_SUID=y +# CONFIG_FEATURE_SUID_CONFIG is not set # CONFIG_SELINUX is not set # |