diff options
author | Glenn L McGrath | 2003-08-29 07:38:56 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-08-29 07:38:56 +0000 |
commit | a6b7bdcf8caaf1fd36f522a795f1c4c5ff3c64ce (patch) | |
tree | 1fc6d3abf73bcb92368aa71585eeb6c5c447190c /include | |
parent | dc72f3ace2575f6ee2c0ee8662aa0373265d4883 (diff) | |
download | busybox-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')
-rw-r--r-- | include/applets.h | 2 |
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) |