From: Eric Andersen Date: Tue, 22 Oct 2002 20:01:08 +0000 (-0000) Subject: vodz forgot to include the suid field X-Git-Tag: 0_60_5~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5e02c67331a12e710aefd2fbdde06b671c306df7;p=oweals%2Fbusybox.git vodz forgot to include the suid field --- 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)