summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath2003-08-29 07:38:56 +0000
committerGlenn L McGrath2003-08-29 07:38:56 +0000
commita6b7bdcf8caaf1fd36f522a795f1c4c5ff3c64ce (patch)
tree1fc6d3abf73bcb92368aa71585eeb6c5c447190c /include/applets.h
parentdc72f3ace2575f6ee2c0ee8662aa0373265d4883 (diff)
downloadbusybox-a6b7bdcf8caaf1fd36f522a795f1c4c5ff3c64ce.zip
busybox-a6b7bdcf8caaf1fd36f522a795f1c4c5ff3c64ce.tar.gz
Vodz, last patch 105
Busybox "mount" applet unsupport "user" option and result: must have _BB_SUID_NEVER applet option (my bug). Last patch have reducing 216 bytes for "su" applet also.
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index cd50651..0b65266 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -392,7 +392,7 @@
APPLET(more, more_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_MOUNT
- APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_MAYBE)
+ APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_MSH
APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)