This commit is contained in:
Christopher Laprise 2017-05-09 20:02:54 -04:00
parent e54a10ea51
commit 85891002cd
No known key found for this signature in database
GPG Key ID: 448568C8B281C952

View File

@ -66,6 +66,7 @@ if qsvc vm-sudo-protect-root && is_rwonly_persistent; then
chattr -R -f -i $chfiles $chdirs $rootdirs
# Deactivate config dirs
# Whitelists do *not* support pattern matching!
for dir in $rootdirs; do
if [ -d $dir ]; then
if [ ! -d $dir-BAK ]; then