mirror of https://github.com/CISOfy/lynis.git
Disabled shadow files in default profile as each Linux distribution has its own default
This commit is contained in:
parent
60a76d64a3
commit
d6324ee29a
11
default.prf
11
default.prf
|
@ -293,8 +293,6 @@ permfile=/etc/cron.deny:rw-------:root:-:WARN:
|
|||
permfile=/etc/crontab:rw-------:root:-:WARN:
|
||||
permfile=/etc/group:rw-r--r--:root:-:WARN:
|
||||
permfile=/etc/group-:rw-r--r--:root:-:WARN:
|
||||
permfile=/etc/gshadow:---------:root:-:WARN:
|
||||
permfile=/etc/gshadow-:---------:root:-:WARN:
|
||||
permfile=/etc/hosts.allow:rw-r--r--:root:root:WARN:
|
||||
permfile=/etc/hosts.deny:rw-r--r--:root:root:WARN:
|
||||
permfile=/etc/issue:rw-r--r--:root:root:WARN:
|
||||
|
@ -303,10 +301,15 @@ permfile=/etc/lilo.conf:rw-------:root:-:WARN:
|
|||
permfile=/etc/motd:rw-r--r--:root:root:WARN:
|
||||
permfile=/etc/passwd:rw-r--r--:root:-:WARN:
|
||||
permfile=/etc/passwd-:rw-r--r--:root:-:WARN:
|
||||
permfile=/etc/shadow:---------:root:-:WARN:
|
||||
permfile=/etc/shadow-:---------:root:-:WARN:
|
||||
permfile=/etc/ssh/sshd_config:rw-------:root:-:WARN:
|
||||
|
||||
# These permissions differ by OS
|
||||
#permfile=/etc/gshadow:---------:root:-:WARN:
|
||||
#permfile=/etc/gshadow-:---------:root:-:WARN:
|
||||
#permfile=/etc/shadow:---------:root:-:WARN:
|
||||
#permfile=/etc/shadow-:---------:root:-:WARN:
|
||||
|
||||
|
||||
#################################################################################
|
||||
#
|
||||
# permdir
|
||||
|
|
Loading…
Reference in New Issue