aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 21:28:13 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 21:28:13 +0000
commit5a7ec22c493a02106d892effeef78e65a4e6b4a0 (patch)
treec778c0ba94a65cb9b5baf733f0867ff6edd27422 /include
parenteebe31d9979917242bd55274cd153ef08a289480 (diff)
downloadbusybox-5a7ec22c493a02106d892effeef78e65a4e6b4a0.tar.gz
last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 317344511..a9f93cc49 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -111,7 +111,7 @@
APPLET(crond, crond_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_CRONTAB
- APPLET(crontab, crontab_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
+ APPLET(crontab, crontab_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)
#endif
#ifdef CONFIG_CUT
APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)