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 /miscutils | |
| 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 'miscutils')
| -rw-r--r-- | miscutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 3b2f76c79..b02def60c 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
| @@ -37,6 +37,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL | |||
| 37 | config CONFIG_CRONTAB | 37 | config CONFIG_CRONTAB |
| 38 | bool "crontab" | 38 | bool "crontab" |
| 39 | default n | 39 | default n |
| 40 | select CONFIG_FEATURE_SUID | ||
| 40 | help | 41 | help |
| 41 | Crontab manipulates the crontab for a particular user. Only | 42 | Crontab manipulates the crontab for a particular user. Only |
| 42 | the superuser may specify a different user and/or crontab directory. | 43 | the superuser may specify a different user and/or crontab directory. |
