mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-04-07 21:05:12 +02:00
Fix a bug of 8.1.27: If dir does not exist, an error will be generated when using the find command.
This commit is contained in:
parent
92a96e8dc3
commit
515b906c48
@ -15,7 +15,7 @@ HARDENING_LEVEL=4
|
||||
|
||||
AUDIT_PARAMS='-a always,exit -F path=$(find /etc/ -name audisp-remote.conf) -F perm=wa -k config_file_change
|
||||
-a always,exit -F path=$(find /etc/ -name auditd.conf) -F perm=wa -k config_file_change
|
||||
-a always,exit -F dir=$(find /etc/audit/ -name rules.d) -F perm=wa -k config_file_change
|
||||
-a always,exit -F dir=/etc/audit/rules.d/ -F perm=wa -k config_file_change
|
||||
-a always,exit -F path=$(find /etc/ -name grub) -F perm=wa -k config_file_change
|
||||
-a always,exit -F path=$(find /etc/ -name fstab) -F perm=wa -k config_file_change
|
||||
-a always,exit -F path=$(find /etc/ -name hosts.deny) -F perm=wa -k config_file_change
|
||||
@ -39,7 +39,7 @@ audit () {
|
||||
for AUDIT_VALUE in $AUDIT_PARAMS; do
|
||||
check_audit_path $AUDIT_VALUE
|
||||
if [ $FNRET -eq 1 ];then
|
||||
crit "path is not exsit! Please check file path is exist!"
|
||||
crit "path is not exsit! Please check file path is exist! Rule: $AUDIT_VALUE"
|
||||
continue
|
||||
else
|
||||
debug "$AUDIT_VALUE should be in file $FILE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user