ls -l /etc/passwd
给
$ls -l /etc/passwd -rw-r--r-- 1 root root 1862 2011-06-15 21:59 /etc/passwd
所以普通用户可以读取该文件.这是一个安全漏洞吗?