mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 11:16:06 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue