[BusyBox-cvs] svn commit: trunk/busybox/sysdeps/linux
andersen at busybox.net
andersen at busybox.net
Thu Jun 23 19:15:40 UTC 2005
Author: andersen
Date: 2005-06-23 13:15:40 -0600 (Thu, 23 Jun 2005)
New Revision: 10566
Log:
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.
Modified:
trunk/busybox/sysdeps/linux/Config.in
Changeset:
Modified: trunk/busybox/sysdeps/linux/Config.in
===================================================================
--- trunk/busybox/sysdeps/linux/Config.in 2005-06-23 18:58:57 UTC (rev 10565)
+++ trunk/busybox/sysdeps/linux/Config.in 2005-06-23 19:15:40 UTC (rev 10566)
@@ -94,14 +94,14 @@
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]
More information about the busybox-cvs
mailing list