diff options
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 cd5065103..0b65266f3 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -392,7 +392,7 @@ | |||
392 | APPLET(more, more_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 392 | APPLET(more, more_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
393 | #endif | 393 | #endif |
394 | #ifdef CONFIG_MOUNT | 394 | #ifdef CONFIG_MOUNT |
395 | APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_MAYBE) | 395 | APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
396 | #endif | 396 | #endif |
397 | #ifdef CONFIG_MSH | 397 | #ifdef CONFIG_MSH |
398 | APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 398 | APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) |