Enabling runtime SUID/SGID configuration via /etc/busybox.conf
authorEric Andersen <andersen@codepoet.org>
Thu, 23 Jun 2005 19:15:40 +0000 (19:15 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 23 Jun 2005 19:15:40 +0000 (19:15 -0000)
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.

sysdeps/linux/Config.in

index 2a00a17a2c0e27521bf6d115d7d04bc0274209ff..95491c9a0ac8c0b5d31f371c312d2c44d342bedc 100644 (file)
@@ -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]