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:
Eric Andersen
2005-06-23 18:58:57 +00:00
parent 3efa51d943
commit 576db48ef0
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL
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.