Show permissions errors
This commit is contained in:
parent
fbc4c53d3a
commit
8791750811
|
@ -1791,6 +1791,7 @@ site:\nhttps://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Securi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
V-38699) if [ "$3" = "en" ]; then
|
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.'
|
log_msg $2 'All public directories must be owned by a system account.'
|
||||||
else
|
else
|
||||||
log_msg $2 '所有的公共目录必须属于一个系统帐号。'
|
log_msg $2 '所有的公共目录必须属于一个系统帐号。'
|
||||||
|
|
Loading…
Reference in New Issue