diff options
| author | Eric Andersen <andersen@codepoet.org> | 2005-06-23 18:58:57 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2005-06-23 18:58:57 +0000 |
| commit | 576db48ef0c0fa12ea5677cb0176b3809ebd0ceb (patch) | |
| tree | 1080e6e9133958691a35c98be0d4554c15c7b469 /util-linux | |
| parent | 3efa51d9433f4e58f1bad28ac92a35dea86ca850 (diff) | |
| download | busybox-w32-576db48ef0c0fa12ea5677cb0176b3809ebd0ceb.tar.gz busybox-w32-576db48ef0c0fa12ea5677cb0176b3809ebd0ceb.tar.bz2 busybox-w32-576db48ef0c0fa12ea5677cb0176b3809ebd0ceb.zip | |
applets specified as _BB_SUID_ALWAYS in applets.h should also select
CONFIG_FEATURE_SUID to ensure proper behavior when installed.
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
| 219 | config CONFIG_IPCRM | 219 | config 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 | |||
| 227 | config CONFIG_IPCS | 228 | config 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. |
