mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-11-27 09:40:43 -05:00
Fix immutable call
This commit is contained in:
parent
2139bedb42
commit
96987b19e5
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ abort_startup() {
|
||||||
|
|
||||||
# Don't bother with root protections in template or standalone
|
# Don't bother with root protections in template or standalone
|
||||||
if ! is_rwonly_persistent; then
|
if ! is_rwonly_persistent; then
|
||||||
### make_immutable
|
if qsvc vm-boot-protect; then
|
||||||
|
make_immutable
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue