mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-17 07:52:14 -04:00
fix
This commit is contained in:
parent
f68efd53cf
commit
4ca9fc5920
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ securityfs() {
|
|||
if [ -e "/var/run/remount-secure/${FUNCNAME}" ]; then
|
||||
return 0
|
||||
fi
|
||||
mount -o nosuid,nodev${noexec_maybe} --bind /tmp /tmp || exit_code=5
|
||||
mount -o nosuid,nodev${noexec_maybe} --bind /sys/kernel/security /sys/kernel/security || exit_code=6
|
||||
touch "/var/run/remount-secure/${FUNCNAME}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue