mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 19:14:48 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
10c19d6a8f
1 changed files with 0 additions and 6 deletions
|
@ -106,11 +106,6 @@ _tmp() {
|
|||
remount_secure "$@"
|
||||
}
|
||||
|
||||
_sys_kernel_security() {
|
||||
new_mount_options="nosuid,nodev${noexec_maybe}"
|
||||
remount_secure "$@"
|
||||
}
|
||||
|
||||
_lib() {
|
||||
## Not using noexec on /lib.
|
||||
new_mount_options="nosuid,nodev"
|
||||
|
@ -126,7 +121,6 @@ main() {
|
|||
_run "$@"
|
||||
_dev_shm "$@"
|
||||
_tmp "$@"
|
||||
_sys_kernel_security "$@"
|
||||
_lib "$@"
|
||||
end "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue