summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/whiteout.py b/whiteout.py
index 405eaaf89..12bb65f4f 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -19,6 +19,7 @@ f.close()
if os.path.exists("/selinux/load") and line.find(" selinux=0") == -1:
for fn in ("/tmp/updates/file_contexts",
"/mnt/source/RHupdates/file_contexts",
+ "/etc/security/selinux/src/policy/file_contexts/file_contexts",
"/mnt/runtime/etc/security/selinux/src/policy/file_contexts/file_contexts"):
if os.access(fn, os.R_OK):
break