allow /opt exec as usually optional binaries are placed there such as firefox

https://github.com/Kicksecure/security-misc/pull/202
This commit is contained in:
Patrick Schleizer 2024-02-22 06:02:28 -05:00
parent 7c7b4b24b4
commit 1e1613aa93
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -313,7 +313,7 @@ _mnt() {
_opt() { _opt() {
## TODO: new, test ## TODO: new, test
mount_folder="$NEWROOT/opt" mount_folder="$NEWROOT/opt"
intended_mount_options="nosuid,nodev${home_noexec_maybe}" intended_mount_options="nosuid,nodev"
remount_secure remount_secure
} }