summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-04-16 03:59:37 +0000
committerJeremy Katz <katzj@redhat.com>2004-04-16 03:59:37 +0000
commitc8b8fad7589de8c81617877e3d934be9611fe432 (patch)
tree4e7bbe30084cbf19e78f8115dffc661005f59e65
parent8d1d38105b86f8f58044762f8822fb955e2af46e (diff)
downloadanaconda-c8b8fad7589de8c81617877e3d934be9611fe432.tar.gz
anaconda-c8b8fad7589de8c81617877e3d934be9611fe432.tar.xz
anaconda-c8b8fad7589de8c81617877e3d934be9611fe432.zip
lose one
-rw-r--r--whiteout.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/whiteout.py b/whiteout.py
index 5d09ac4ca..71f8dd3bc 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -19,8 +19,7 @@ if flags.selinux:
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/file_contexts",
- "/etc/security/selinux/file_contexts"):
+ "/etc/security/selinux/file_contexts"):
if os.access(fn, os.R_OK):
break
rpm.addMacro("__file_context_path", fn)