mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-19 05:34:07 -04:00
fix
This commit is contained in:
parent
a1c3b87fce
commit
0e80acf38d
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ _var() {
|
||||||
}
|
}
|
||||||
|
|
||||||
_var_tmp() {
|
_var_tmp() {
|
||||||
mount_folder="/var/tmp"
|
mount_folder="$NEWROOT/var/tmp"
|
||||||
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
intended_mount_options="nosuid,nodev${most_noexec_maybe}"
|
||||||
remount_secure
|
remount_secure
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue