From 96987b19e5baccff64e3f5b7d21e408b91c01d35 Mon Sep 17 00:00:00 2001 From: Christopher Laprise Date: Tue, 3 Apr 2018 16:53:21 -0400 Subject: [PATCH] Fix immutable call --- vm-boot-protect.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vm-boot-protect.sh b/vm-boot-protect.sh index 585e8b6..abde005 100644 --- a/vm-boot-protect.sh +++ b/vm-boot-protect.sh @@ -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