From 0b79b559e5977e53d1460a0dde08331a7257e6ae Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 22 Oct 2002 20:01:08 +0000 Subject: vodz forgot to include the suid field git-svn-id: svn://busybox.net/trunk/busybox@5690 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/applets.h | 4 ++-- 1 file 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) -- cgit v1.2.3-55-g6feb