From 3c398c8928d3860ca9e3c413046b6f38318bb6ef Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 25 Jan 2010 16:16:55 +0000 Subject: [PATCH] supermin: Ignore more unreadable files found on RHEL 6. --- appliance/make.sh.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/appliance/make.sh.in b/appliance/make.sh.in index b3cbe92..677e995 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -98,6 +98,23 @@ if [ "@DIST@" = "REDHAT" ]; then /usr/sbin/tcpd \ /lib/dbus-1/dbus-daemon-launch-helper \ /lib64/dbus-1/dbus-daemon-launch-helper \ + /etc/passwd- \ + /etc/group- \ + /etc/gshadow \ + /etc/gshadow- \ + /etc/shadow \ + /etc/shadow- \ + /etc/securetty \ + /etc/sysconfig/iptables-config \ + /etc/default/useradd \ + /etc/security/opasswd \ + /etc/libaudit.conf \ + /var/log/tallylog \ + /var/log/maillog \ + /var/log/secure \ + /var/log/spooler \ + /var/log/messages \ + /var/log/btmp \ $(cd initramfs && echo usr/sbin/glibc_post_upgrade.*) # Kernel modules take up nearly half of the image. Only include ones -- 1.8.3.1