vodz forgot to include the suid field
This commit is contained in:
parent
fe5b1a9f3c
commit
5e02c67331
@ -108,10 +108,10 @@
|
|||||||
APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_CROND
|
#ifdef CONFIG_CROND
|
||||||
APPLET(crond, crond_main, _BB_DIR_USR_SBIN)
|
APPLET(crond, crond_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_CRONTAB
|
#ifdef CONFIG_CRONTAB
|
||||||
APPLET(crontab, crontab_main, _BB_DIR_USR_BIN)
|
APPLET(crontab, crontab_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_CUT
|
#ifdef CONFIG_CUT
|
||||||
APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user