From 702d9e0472274ba22ad562bb57b060df065d67cb Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 20 Jul 2016 10:21:54 +0200 Subject: [PATCH] backup-audit: Update list of files to check --- bin/backup-audit | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bin/backup-audit b/bin/backup-audit index 809a8a7..0fc0916 100755 --- a/bin/backup-audit +++ b/bin/backup-audit @@ -164,10 +164,18 @@ DiffGenerations() { /etc/gshadow \ \ /boot/grub/grub.cfg \ + /etc/aliases \ /etc/bash.bashrc \ + /etc/crontab \ + /etc/environment \ /etc/fstab \ /etc/hostname \ /etc/hosts \ + /etc/hosts.allow \ + /etc/hosts.deny \ + /etc/inittab \ + /etc/ld.so.conf \ + /etc/login.defs \ /etc/machine-id \ /etc/modules \ /etc/network/interfaces \ @@ -177,6 +185,9 @@ DiffGenerations() { /etc/rc.local \ /etc/resolv.conf \ /etc/services \ + /etc/shells \ + /etc/ssh/sshd_config \ + /etc/sshd_config \ /etc/sudoers \ /etc/sysctl.conf \ ; do -- 2.39.2