CONFIG_FEATURE_SUID to ensure proper behavior when installed.
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.
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
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.