aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-06-23 18:58:57 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-06-23 18:58:57 +0000
commitcea5cd2539d124f54da42840f793cd7349e514d7 (patch)
tree1080e6e9133958691a35c98be0d4554c15c7b469
parenta1c4c28acb4d3a96ce216b525be5727d61603704 (diff)
downloadbusybox-w32-cea5cd2539d124f54da42840f793cd7349e514d7.tar.gz
busybox-w32-cea5cd2539d124f54da42840f793cd7349e514d7.tar.bz2
busybox-w32-cea5cd2539d124f54da42840f793cd7349e514d7.zip
applets specified as _BB_SUID_ALWAYS in applets.h should also select
CONFIG_FEATURE_SUID to ensure proper behavior when installed. git-svn-id: svn://busybox.net/trunk/busybox@10565 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--miscutils/Config.in1
-rw-r--r--util-linux/Config.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 3b2f76c79..b02def60c 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -37,6 +37,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL
37config CONFIG_CRONTAB 37config CONFIG_CRONTAB
38 bool "crontab" 38 bool "crontab"
39 default n 39 default n
40 select CONFIG_FEATURE_SUID
40 help 41 help
41 Crontab manipulates the crontab for a particular user. Only 42 Crontab manipulates the crontab for a particular user. Only
42 the superuser may specify a different user and/or crontab directory. 43 the superuser may specify a different user and/or crontab directory.
diff --git a/util-linux/Config.in b/util-linux/Config.in
index a1e0b0848..b54165409 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -219,6 +219,7 @@ config CONFIG_LOSETUP
219config CONFIG_IPCRM 219config CONFIG_IPCRM
220 bool "ipcrm" 220 bool "ipcrm"
221 default n 221 default n
222 select CONFIG_FEATURE_SUID
222 help 223 help
223 The ipcrm utility allows the removal of System V interprocess 224 The ipcrm utility allows the removal of System V interprocess
224 communication (IPC) objects and the associated data structures 225 communication (IPC) objects and the associated data structures
@@ -227,6 +228,7 @@ config CONFIG_IPCRM
227config CONFIG_IPCS 228config CONFIG_IPCS
228 bool "ipcs" 229 bool "ipcs"
229 default n 230 default n
231 select CONFIG_FEATURE_SUID
230 help 232 help
231 The ipcs utility is used to provide information on the currently 233 The ipcs utility is used to provide information on the currently
232 allocated System V interprocess (IPC) objects in the system. 234 allocated System V interprocess (IPC) objects in the system.