Linked by Amjith Ramanujam on Fri 18th Jul 2008 17:06 UTC, submitted by Rahul
Linux Linux security may seem daunting, but there are a host of best practices to simplify the maze. Recently, Steve Grubb of Red Hat Inc. outlined some important security principles, including minimizing admin access, the increasing sophistication of SELinux and the importance of auditing systems.
Permalink for comment 323636
To read all comments associated with this story, please click here.
simple and minimal
by renhoek on Fri 18th Jul 2008 21:46 UTC
renhoek
Member since:
2007-04-29

security should be simple. that is why the user+group works better than a full blown acl (yes, i know acl are really needed in some cases).

security should also be minimal, define only the things needed and deny everything else.

if you keep your eye on those 2 rules there should be almost no problems. but security is usually a pain in the ass, that's why windows has the "everyone is admin by default".