summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-16 19:16:57 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-16 19:16:57 +0000
commit4e687caa8985e29ff1c0c4c585593a4e3c243f10 (patch)
tree842c02dca9b34aec3f56b3c6339810c16c549255 /rescue.py
parent85e33bb80c3a71d1e78b4c98bea8e984345c0852 (diff)
downloadanaconda-4e687caa8985e29ff1c0c4c585593a4e3c243f10.tar.gz
anaconda-4e687caa8985e29ff1c0c4c585593a4e3c243f10.tar.xz
anaconda-4e687caa8985e29ff1c0c4c585593a4e3c243f10.zip
another selinux fix
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 3915cdf9b..f7c6ecde0 100644
--- a/rescue.py
+++ b/rescue.py
@@ -163,7 +163,7 @@ def startNetworking(network, intf):
def runRescue(instPath, mountroot, id):
for file in [ "services", "protocols", "group", "joe", "man.config",
- "nsswitch.conf", "security" ]:
+ "nsswitch.conf", "selinux" ]:
os.symlink('/mnt/runtime/etc/' + file, '/etc/' + file)
# see if they would like networking enabled