Merge remote-tracking branch 'origin/master'

This commit is contained in:
Patrick Schleizer 2019-12-21 13:00:41 -05:00
commit 10c19d6a8f
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -106,11 +106,6 @@ _tmp() {
remount_secure "$@" remount_secure "$@"
} }
_sys_kernel_security() {
new_mount_options="nosuid,nodev${noexec_maybe}"
remount_secure "$@"
}
_lib() { _lib() {
## Not using noexec on /lib. ## Not using noexec on /lib.
new_mount_options="nosuid,nodev" new_mount_options="nosuid,nodev"
@ -126,7 +121,6 @@ main() {
_run "$@" _run "$@"
_dev_shm "$@" _dev_shm "$@"
_tmp "$@" _tmp "$@"
_sys_kernel_security "$@"
_lib "$@" _lib "$@"
end "$@" end "$@"
} }