diff options
author | Richard Jones <rjones@redhat.com> | 2010-01-25 16:16:55 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-25 16:18:17 +0000 |
commit | 3c398c8928d3860ca9e3c413046b6f38318bb6ef (patch) | |
tree | d2ab0a87ba0fd2c81b8f3fbc51869d2393645a54 /appliance | |
parent | c479a06f4bba4b0172194cd5def4bc0aed84f5c1 (diff) | |
download | libguestfs-3c398c8928d3860ca9e3c413046b6f38318bb6ef.tar.gz libguestfs-3c398c8928d3860ca9e3c413046b6f38318bb6ef.tar.xz libguestfs-3c398c8928d3860ca9e3c413046b6f38318bb6ef.zip |
supermin: Ignore more unreadable files found on RHEL 6.
Diffstat (limited to 'appliance')
-rwxr-xr-x | appliance/make.sh.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in index b3cbe922..677e9953 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 |