mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
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)
|
||||
#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)
|
||||
|
Loading…
Reference in New Issue
Block a user