projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe5b1a9
)
vodz forgot to include the suid field
author
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Oct 2002 20:01:08 +0000
(20:01 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Oct 2002 20:01:08 +0000
(20:01 -0000)
include/applets.h
patch
|
blob
|
history
diff --git
a/include/applets.h
b/include/applets.h
index 75f5436b067736bade5904e6735016361dc76ea0..836ed99563cbf52713d072a54e55acfb0e2f7778 100644
(file)
--- 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)