mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-09-18 19:54:35 -04: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
|
||||
if ! is_rwonly_persistent; then
|
||||
### make_immutable
|
||||
if qsvc vm-boot-protect; then
|
||||
make_immutable
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue