summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
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 c321031de..c4ac197f4 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" ]:
+ "nsswitch.conf", "security" ]:
os.symlink('/mnt/runtime/etc/' + file, '/etc/' + file)
# see if they would like networking enabled