上一篇: Suse防火墙开放端口
防止用户查看其他用户进程
[ 2009/06/05 09:12 | by selboo ]
echo 'security.bsd.see_other_uids=0' >> /etc/sysctl.conf
echo 'security.bsd.see_other_gids=0' >> /etc/sysctl.conf
sysctl security.bsd.see_other_uids=0
sysctl security.bsd.see_other_gids=0
sysctl -a | grep security