summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-03 23:38:45 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-03 23:38:45 +0000
commita7b5fe54acc7db2aad1811f83d40637ca7387d45 (patch)
treeedab5d41a1ebd6f932f2341988af49260ea7cd19 /whiteout.py
parent79e45a2c922b96caa9cca04cbf46ef0b6be38c9e (diff)
downloadanaconda-a7b5fe54acc7db2aad1811f83d40637ca7387d45.tar.gz
anaconda-a7b5fe54acc7db2aad1811f83d40637ca7387d45.tar.xz
anaconda-a7b5fe54acc7db2aad1811f83d40637ca7387d45.zip
new file_contexts location
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py
index dbc7478e3..abdad457c 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -18,7 +18,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/src/policy/file_contexts/file_contexts"):
+ "/mnt/runtime/etc/security/selinux/file_contexts"):
if os.access(fn, os.R_OK):
break
rpm.addMacro("__file_context_path", fn)