diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-23 19:15:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-23 19:15:40 +0000 |
commit | 5043ea19867a00a4d663442e1238700191291b30 (patch) | |
tree | d961fb7b68b62bba3cc67b2ac04a5ccc7cf1b7f6 /sysdeps/linux | |
parent | 576db48ef0c0fa12ea5677cb0176b3809ebd0ceb (diff) |
Enabling runtime SUID/SGID configuration via /etc/busybox.conf
is not a very good default. Better to default to having it off
and let people get the default behavior. If they want to enable
/etc/busybox.conf they should explicitly ask for it.
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index 2a00a17a2..95491c9a0 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in @@ -94,14 +94,14 @@ config CONFIG_FEATURE_SUID config CONFIG_FEATURE_SUID_CONFIG bool "Runtime SUID/SGID configuration via /etc/busybox.conf" - default y if CONFIG_FEATURE_SUID + default n if CONFIG_FEATURE_SUID depends on CONFIG_FEATURE_SUID help Allow the SUID / SGID state of an applet to be determined runtime by checking /etc/busybox.conf. The format of this file is as follows: <applet> = [Ssx-][Ssx-][x-] (<username>|<uid>).(<groupname>|<gid>) - + An example might help: [SUID] |