summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-09-05 19:07:22 +0000
committerChris Lumens <clumens@redhat.com>2006-09-05 19:07:22 +0000
commit2123c11450a6e07ec89d37fcbcba2605929a3116 (patch)
treee547d933e143528ccf3de077c31cb69f560d34a0 /packages.py
parent17c88f0e08ab9c8ff0d7ef3277665299d1b6d495 (diff)
downloadanaconda-2123c11450a6e07ec89d37fcbcba2605929a3116.tar.gz
anaconda-2123c11450a6e07ec89d37fcbcba2605929a3116.tar.xz
anaconda-2123c11450a6e07ec89d37fcbcba2605929a3116.zip
Add more files to the list of things we need to fix the context on.
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 08140652b..9ae16739f 100644
--- a/packages.py
+++ b/packages.py
@@ -193,7 +193,10 @@ def setFileCons(anaconda):
"/etc/modprobe.conf", "/etc/modprobe.conf~",
"/var/log/wtmp", "/var/run/utmp",
"/dev/log", "/var/lib/rpm", "/", "/etc/raidtab",
- "/etc/mdadm.conf", "/etc/hosts", "/etc/sysconfig/network"]
+ "/etc/mdadm.conf", "/etc/hosts", "/etc/sysconfig/network",
+ "/root/install.log", "/root/install.log.syslog",
+ "/etc/shadow", "/etc/shadow-", "/etc/gshadow",
+ "/var/log/lastlog"]
vgs = []
for entry in anaconda.id.partitions.requests: