[BusyBox-cvs] svn commit: trunk/busybox: miscutils util-linux

andersen at busybox.net andersen at busybox.net
Thu Jun 23 18:58:58 UTC 2005


Author: andersen
Date: 2005-06-23 12:58:57 -0600 (Thu, 23 Jun 2005)
New Revision: 10565

Log:
applets specified as _BB_SUID_ALWAYS in applets.h should also select
CONFIG_FEATURE_SUID to ensure proper behavior when installed.


Modified:
   trunk/busybox/miscutils/Config.in
   trunk/busybox/util-linux/Config.in


Changeset:
Modified: trunk/busybox/miscutils/Config.in
===================================================================
--- trunk/busybox/miscutils/Config.in	2005-06-23 05:51:48 UTC (rev 10564)
+++ trunk/busybox/miscutils/Config.in	2005-06-23 18:58:57 UTC (rev 10565)
@@ -37,6 +37,7 @@
 config CONFIG_CRONTAB
 	bool "crontab"
 	default n
+	select CONFIG_FEATURE_SUID
 	help
 	  Crontab manipulates the crontab for a particular user.  Only
 	  the superuser may specify a different user and/or crontab directory.

Modified: trunk/busybox/util-linux/Config.in
===================================================================
--- trunk/busybox/util-linux/Config.in	2005-06-23 05:51:48 UTC (rev 10564)
+++ trunk/busybox/util-linux/Config.in	2005-06-23 18:58:57 UTC (rev 10565)
@@ -219,6 +219,7 @@
 config CONFIG_IPCRM
 	bool "ipcrm"
 	default n
+	select CONFIG_FEATURE_SUID
 	help
 	  The ipcrm utility allows the removal of System V interprocess
 	  communication (IPC) objects and the associated data structures
@@ -227,6 +228,7 @@
 config CONFIG_IPCS
 	bool "ipcs"
 	default n
+	select CONFIG_FEATURE_SUID
 	help
 	  The ipcs utility is used to provide information on the currently
 	  allocated System V interprocess (IPC) objects in the system.




More information about the busybox-cvs mailing list