mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 16:16:07 -04:00
fix home_noexec_maybe -> most_noexec_maybe
https://github.com/Kicksecure/security-misc/pull/202
This commit is contained in:
parent
38783faf60
commit
7c7b4b24b4
1 changed files with 3 additions and 3 deletions
|
@ -292,21 +292,21 @@ _root() {
|
|||
_srv() {
|
||||
## TODO: new, test
|
||||
mount_folder="$NEWROOT/srv"
|
||||
intended_mount_options="nosuid,nodev${home_noexec_maybe}"
|
||||
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
||||
remount_secure
|
||||
}
|
||||
|
||||
_media() {
|
||||
## TODO: new, test
|
||||
mount_folder="$NEWROOT/media"
|
||||
intended_mount_options="nosuid,nodev${home_noexec_maybe}"
|
||||
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
||||
remount_secure
|
||||
}
|
||||
|
||||
_mnt() {
|
||||
## TODO: new, test
|
||||
mount_folder="$NEWROOT/mnt"
|
||||
intended_mount_options="nosuid,nodev${home_noexec_maybe}"
|
||||
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
||||
remount_secure
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue