From 2123c11450a6e07ec89d37fcbcba2605929a3116 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 5 Sep 2006 19:07:22 +0000 Subject: Add more files to the list of things we need to fix the context on. --- ChangeLog | 5 +++++ packages.py | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a77924061..a2379340b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-05 Chris Lumens + + * packages.py (setFileCons): Add more files to the list of things we + need to fix the context on. + 2006-09-05 Jeremy Katz * iw/task_gui.py (TaskWindow.getScreen): Use text from the 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: -- cgit