aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-22 20:01:08 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-22 20:01:08 +0000
commit5e02c67331a12e710aefd2fbdde06b671c306df7 (patch)
treed8a27de222bb297d131ccb4a7308895960361804 /include
parentfe5b1a9f3cd027bcb3cf17af994151daf1557e43 (diff)
downloadbusybox-5e02c67331a12e710aefd2fbdde06b671c306df7.tar.gz
vodz forgot to include the suid field
Diffstat (limited to 'include')
-rw-r--r--include/applets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h
index 75f5436b0..836ed9956 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -108,10 +108,10 @@
APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_CROND
- APPLET(crond, crond_main, _BB_DIR_USR_SBIN)
+ APPLET(crond, crond_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_CRONTAB
- APPLET(crontab, crontab_main, _BB_DIR_USR_BIN)
+ APPLET(crontab, crontab_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_CUT
APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)