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.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user