Jump to content

Category:Linux security software

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Glenn (talk | contribs) at 07:00, 18 April 2010 (+Category:Unix security-related software). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Linux (and Unix) have a multi-tier security that permits user root any system-wide changes. Regular users can be limited: where they can save files, what hardware they can access, their memory usage, applications, disk usage (quota), and the range of priority settings they can apply, can all be specified to provide sufficient freedoms. If necessary they must become root. (See su or sudo). There are also group accounts management, and file and directory permissions.

Linux security software examples include for:

Most Linux software applications are open standard and open source. For example any application may extend its own authentication, configuration and logging over to PAM or Syslog.