summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-10-11 21:44:05 +0000
committerBill Nottingham <notting@redhat.com>2007-10-11 21:44:05 +0000
commitadd1114d7d0664631ab3636a176384e660f191fd (patch)
tree54c1d5f52db6843587b2fb1293dadbf85790348e /packages.py
parent3b88d41d76d3918f0c6590bd3f1a7799aa689253 (diff)
downloadanaconda-add1114d7d0664631ab3636a176384e660f191fd.tar.gz
anaconda-add1114d7d0664631ab3636a176384e660f191fd.tar.xz
anaconda-add1114d7d0664631ab3636a176384e660f191fd.zip
2007-10-11 Bill Nottingham <notting@redhat.com>
* network.py: write persistent udev network device name rules (#264901) * packages.py: restore SELinux context on rules file
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.py b/packages.py
index a5e944e1a..aeefde277 100644
--- a/packages.py
+++ b/packages.py
@@ -209,6 +209,7 @@ def setFileCons(anaconda):
"/var/log/wtmp", "/var/run/utmp",
"/dev/log", "/var/lib/rpm", "/", "/etc/raidtab",
"/etc/mdadm.conf", "/etc/hosts", "/etc/sysconfig/network",
+ "/etc/udev/rules.d/70-persistent-net.rules",
"/root/install.log", "/root/install.log.syslog",
"/etc/shadow", "/etc/shadow-", "/etc/gshadow"]