Add /etc/mail/auth to prune_prefixes for bastard
authorSteve Youngs <steve@steveyoungs.com>
Fri, 7 Feb 2020 11:11:20 +0000 (21:11 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Fri, 7 Feb 2020 11:11:20 +0000 (21:11 +1000)
* usr/bin/forall_direntries_from (prune_prefixes): Add
/etc/mail/auth in bastard section

* usr/bin/list_suspicious_files (prune_prefixes): Ditto.

Signed-off-by: Steve Youngs <steve@steveyoungs.com>
usr/bin/forall_direntries_from
usr/bin/list_suspicious_files

index 958b167..360f947 100755 (executable)
@@ -43,7 +43,7 @@ fs_to_scan=(/)
 #      /etc/audisp/plugins.d \
 #       /etc/cups/ssl \
 #       /etc/firewall \
-#       /etc/mail/spamassassin \
+#       /etc/mail/{auth,spamassassin} \
 #       /etc/pam.d \
 #      /etc/polkit-1/rules.d \
 #       /etc/skel \
index 6e27d51..80522b7 100755 (executable)
@@ -45,7 +45,7 @@ prune_prefixes=(/root /{,*/{,*/}}lost+found) #NO TRAILING SLASHES!!!
 #      /etc/audisp/plugins.d \
 #       /etc/cups/ssl \
 #       /etc/firewall \
-#       /etc/mail/spamassassin \
+#       /etc/mail/{auth,spamassassin} \
 #       /etc/pam.d \
 #      /etc/polkit-1/rules.d \
 #       /etc/skel \