mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
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:
parent
7c7b4b24b4
commit
1e1613aa93
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user