disable automatic selection of FEATURE_SUID; improve its help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -361,7 +361,6 @@ config FEATURE_HWCLOCK_ADJTIME_FHS
|
||||
config IPCRM
|
||||
bool "ipcrm"
|
||||
default y
|
||||
select FEATURE_SUID
|
||||
help
|
||||
The ipcrm utility allows the removal of System V interprocess
|
||||
communication (IPC) objects and the associated data structures
|
||||
@ -371,7 +370,6 @@ config IPCS
|
||||
bool "ipcs"
|
||||
default y
|
||||
depends on PLATFORM_LINUX
|
||||
select FEATURE_SUID
|
||||
help
|
||||
The ipcs utility is used to provide information on the currently
|
||||
allocated System V interprocess (IPC) objects in the system.
|
||||
|
Reference in New Issue
Block a user