From 03883ece9680648de68ea8774883f1d7b2b47869 Mon Sep 17 00:00:00 2001 From: Rudd-O Date: Thu, 15 Nov 2018 19:08:46 +0000 Subject: [PATCH] /rw/config --- init/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/functions b/init/functions index 68edab8..9087ada 100644 --- a/init/functions +++ b/init/functions @@ -2,7 +2,7 @@ # Location of files which contains list of protected files PROTECTED_FILE_LIST='/etc/qubes/protected-files.d' -PER_VM_PROTECTED_FILE_LIST='/rw/qubes/protected-files.d' +PER_VM_PROTECTED_FILE_LIST='/rw/config/protected-files.d' qsvc() { # Returns whether a service is enabled.