From 576db48ef0c0fa12ea5677cb0176b3809ebd0ceb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 Jun 2005 18:58:57 +0000 Subject: applets specified as _BB_SUID_ALWAYS in applets.h should also select CONFIG_FEATURE_SUID to ensure proper behavior when installed. --- miscutils/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'miscutils') 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 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. -- cgit v1.2.3