Show permissions errors

This commit is contained in:
Bob Mottram 2017-05-28 14:57:20 +01:00
parent fbc4c53d3a
commit 8791750811
1 changed files with 1 additions and 0 deletions

View File

@ -1791,6 +1791,7 @@ site:\nhttps://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Securi
fi
;;
V-38699) if [ "$3" = "en" ]; then
find / -xdev -type d -perm -0002 -uid +499 -print
log_msg $2 'All public directories must be owned by a system account.'
else
log_msg $2 '所有的公共目录必须属于一个系统帐号。'