mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2024-10-01 06:35:42 -04:00
Fix immutable call
This commit is contained in:
parent
2139bedb42
commit
96987b19e5
@ -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…
Reference in New Issue
Block a user