diff --git a/usr/bin/remount-secure b/usr/bin/remount-secure index 92a68cb..8927566 100755 --- a/usr/bin/remount-secure +++ b/usr/bin/remount-secure @@ -313,7 +313,7 @@ _mnt() { _opt() { ## TODO: new, test mount_folder="$NEWROOT/opt" - intended_mount_options="nosuid,nodev${home_noexec_maybe}" + intended_mount_options="nosuid,nodev" remount_secure }