vodz forgot to include the suid field
authorEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 20:01:08 +0000 (20:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 20:01:08 +0000 (20:01 -0000)
include/applets.h

index 75f5436b067736bade5904e6735016361dc76ea0..836ed99563cbf52713d072a54e55acfb0e2f7778 100644 (file)
        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)