diff options
author | Glenn L McGrath | 2002-11-10 21:28:13 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-10 21:28:13 +0000 |
commit | 5a7ec22c493a02106d892effeef78e65a4e6b4a0 (patch) | |
tree | c778c0ba94a65cb9b5baf733f0867ff6edd27422 /include/applets.h | |
parent | eebe31d9979917242bd55274cd153ef08a289480 (diff) | |
download | busybox-5a7ec22c493a02106d892effeef78e65a4e6b4a0.zip busybox-5a7ec22c493a02106d892effeef78e65a4e6b4a0.tar.gz |
last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 3173445..a9f93cc 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) |