aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-10-22 20:01:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-10-22 20:01:08 +0000
commit0b79b559e5977e53d1460a0dde08331a7257e6ae (patch)
treed8a27de222bb297d131ccb4a7308895960361804
parent24290832fd4394b96f3c1b81db11f030377beee0 (diff)
downloadbusybox-w32-0b79b559e5977e53d1460a0dde08331a7257e6ae.tar.gz
busybox-w32-0b79b559e5977e53d1460a0dde08331a7257e6ae.tar.bz2
busybox-w32-0b79b559e5977e53d1460a0dde08331a7257e6ae.zip
vodz forgot to include the suid field
git-svn-id: svn://busybox.net/trunk/busybox@5690 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
108 APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER) 108 APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER)
109#endif 109#endif
110#ifdef CONFIG_CROND 110#ifdef CONFIG_CROND
111 APPLET(crond, crond_main, _BB_DIR_USR_SBIN) 111 APPLET(crond, crond_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
112#endif 112#endif
113#ifdef CONFIG_CRONTAB 113#ifdef CONFIG_CRONTAB
114 APPLET(crontab, crontab_main, _BB_DIR_USR_BIN) 114 APPLET(crontab, crontab_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
115#endif 115#endif
116#ifdef CONFIG_CUT 116#ifdef CONFIG_CUT
117 APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 117 APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)