mirror of https://github.com/CISOfy/lynis.git
Merge branch 'master' of https://github.com/CISOfy/lynis
This commit is contained in:
commit
34ecd072b1
28
default.prf
28
default.prf
|
@ -310,7 +310,28 @@ openldap:slapd.conf:owner:ldap-root:
|
|||
#permfile:/etc/inetd.conf:rw-------:root:-:WARN:
|
||||
#permfile:/etc/fstab:rw-r--r--:root:-:WARN:
|
||||
permfile:/etc/lilo.conf:rw-------:root:-:WARN:
|
||||
|
||||
permfile:/boot/grub2/grub.cfg:rw-------:root:root:WARN:
|
||||
permfile:/boot/grub/grub.cfg:rw-------:root:root:WARN:
|
||||
permfile:/boot/grub2/user.cfg:rw-------:root:root:WARN:
|
||||
permfile:/etc/motd:rw-r--r--:root:root:WARN:
|
||||
permfile:/etc/issue:rw-r--r--:root:root:WARN:
|
||||
permfile:/etc/issue.net:rw-r--r--:root:root:WARN:
|
||||
permfile:/etc/hosts.allow:rw-r--r--:root:root:WARN:
|
||||
permfile:/etc/hosts.deny:rw-r--r--:root:root:WARN:
|
||||
permfile:/etc/crontab:rw-------:root:-:WARN:
|
||||
permfile:/etc/cron.allow:rw-------:root:-:WARN:
|
||||
permfile:/etc/cron.deny:rw-------:root:-:WARN:
|
||||
permfile:/etc/at.allow:rw-------:root:-:WARN:
|
||||
permfile:/etc/at.deny:rw-------:root:-:WARN:
|
||||
permfile:/etc/ssh/sshd_config:rw-------:root:-:WARN:
|
||||
permfile:/etc/passwd:rw-r--r--:root:-:WARN:
|
||||
permfile:/etc/shadow:---------:root:-:WARN:
|
||||
permfile:/etc/group:rw-r--r--:root:-:WARN:
|
||||
permfile:/etc/gshadow:---------:root:-:WARN:
|
||||
permfile:/etc/passwd-:rw-r--r--:root:-:WARN:
|
||||
permfile:/etc/shadow-:---------:root:-:WARN:
|
||||
permfile:/etc/group-:rw-r--r--:root:-:WARN:
|
||||
permfile:/etc/gshadow-:---------:root:-:WARN:
|
||||
|
||||
#################################################################################
|
||||
#
|
||||
|
@ -321,6 +342,11 @@ permfile:/etc/lilo.conf:rw-------:root:-:WARN:
|
|||
#################################################################################
|
||||
|
||||
permdir:/root/.ssh:rwx------:root:-:WARN:
|
||||
permdir:/etc/cron.hourly:rwx------:root:root:WARN:
|
||||
permdir:/etc/cron.daily:rwx------:root:root:WARN:
|
||||
permdir:/etc/cron.weekly:rwx------:root:root:WARN:
|
||||
permdir:/etc/cron.monthly:rwx------:root:root:WARN:
|
||||
permdir:/etc/cron.d:rwx------:root:root:WARN:
|
||||
|
||||
# Scan for a program/binary in BINPATHs
|
||||
#scanbinary:Rootkit Hunter:rkhunter:
|
||||
|
|
Loading…
Reference in New Issue