mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
supermin: Ignore more unreadable files found on RHEL 6.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user