applets specified as _BB_SUID_ALWAYS in applets.h should also select
CONFIG_FEATURE_SUID to ensure proper behavior when installed.
This commit is contained in:
parent
3efa51d943
commit
576db48ef0
@ -37,6 +37,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL
|
|||||||
config CONFIG_CRONTAB
|
config CONFIG_CRONTAB
|
||||||
bool "crontab"
|
bool "crontab"
|
||||||
default n
|
default n
|
||||||
|
select CONFIG_FEATURE_SUID
|
||||||
help
|
help
|
||||||
Crontab manipulates the crontab for a particular user. Only
|
Crontab manipulates the crontab for a particular user. Only
|
||||||
the superuser may specify a different user and/or crontab directory.
|
the superuser may specify a different user and/or crontab directory.
|
||||||
|
@ -219,6 +219,7 @@ config CONFIG_LOSETUP
|
|||||||
config CONFIG_IPCRM
|
config CONFIG_IPCRM
|
||||||
bool "ipcrm"
|
bool "ipcrm"
|
||||||
default n
|
default n
|
||||||
|
select CONFIG_FEATURE_SUID
|
||||||
help
|
help
|
||||||
The ipcrm utility allows the removal of System V interprocess
|
The ipcrm utility allows the removal of System V interprocess
|
||||||
communication (IPC) objects and the associated data structures
|
communication (IPC) objects and the associated data structures
|
||||||
@ -227,6 +228,7 @@ config CONFIG_IPCRM
|
|||||||
config CONFIG_IPCS
|
config CONFIG_IPCS
|
||||||
bool "ipcs"
|
bool "ipcs"
|
||||||
default n
|
default n
|
||||||
|
select CONFIG_FEATURE_SUID
|
||||||
help
|
help
|
||||||
The ipcs utility is used to provide information on the currently
|
The ipcs utility is used to provide information on the currently
|
||||||
allocated System V interprocess (IPC) objects in the system.
|
allocated System V interprocess (IPC) objects in the system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user