High Profile
Posted Nov 17, 2004 23:35 UTC (Wed) by
Ross (subscriber, #4065)
In reply to:
High Profile by madscientist
Parent article:
freedesktop.org site compromised
Short of removing access completely you can do a few things to improve the
situation. These are common knowledge but I'll repeat them anyway :)
* make any suid or sgid program which doesn't absolutely need to be that
way mode 555 or less -- this include ping, traceroute, ssh, dump,
restore, wall, etc.
* make the remaining suid binaries only executable by a group and only add
people to that group who really need to be -- this includes su, at, and
crontab
* force users to have passwords at least 8 characters long, use pam_crack
or whatever to check for weak passwords
* consider making users change their passwords on a periodic basis
don't use scripts -- especially ones run from cron which write to /tmp
* move services which don't need to be on the login system to another box
* try to mount every filesystem that users can write to nosuid,nodev or
even noexec if that is possible
(
Log in to post comments)