mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-13 17:29:47 +07:00
fix home_noexec_maybe -> most_noexec_maybe
https://github.com/Kicksecure/security-misc/pull/202
This commit is contained in:
@ -292,21 +292,21 @@ _root() {
|
|||||||
_srv() {
|
_srv() {
|
||||||
## TODO: new, test
|
## TODO: new, test
|
||||||
mount_folder="$NEWROOT/srv"
|
mount_folder="$NEWROOT/srv"
|
||||||
intended_mount_options="nosuid,nodev${home_noexec_maybe}"
|
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
||||||
remount_secure
|
remount_secure
|
||||||
}
|
}
|
||||||
|
|
||||||
_media() {
|
_media() {
|
||||||
## TODO: new, test
|
## TODO: new, test
|
||||||
mount_folder="$NEWROOT/media"
|
mount_folder="$NEWROOT/media"
|
||||||
intended_mount_options="nosuid,nodev${home_noexec_maybe}"
|
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
||||||
remount_secure
|
remount_secure
|
||||||
}
|
}
|
||||||
|
|
||||||
_mnt() {
|
_mnt() {
|
||||||
## TODO: new, test
|
## TODO: new, test
|
||||||
mount_folder="$NEWROOT/mnt"
|
mount_folder="$NEWROOT/mnt"
|
||||||
intended_mount_options="nosuid,nodev${home_noexec_maybe}"
|
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
||||||
remount_secure
|
remount_secure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user