is_protected_file: if no config dir is present, assume the file is _not_ protected
This commit is contained in:
parent
03883ece96
commit
8ce95f0db1
@ -101,7 +101,7 @@ reload_random_seed() {
|
||||
}
|
||||
|
||||
is_protected_file() {
|
||||
local ret=0
|
||||
local ret=1
|
||||
local pfilelist
|
||||
for pfilelist in "$PROTECTED_FILE_LIST" "$PER_VM_PROTECTED_FILE_LIST" ; do
|
||||
if test -d "$pfilelist" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user