Jump to content

Category:Linux security software

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Voomoo (talk | contribs) at 23:49, 12 November 2012 (generalize in preparation for a move). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Unix has 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.

Unix security software examples include for:

  • Authentication modules, PAM and OPIE;
  • System logging, Syslog;
  • Network services, TCP wrappers, port mappers, and xinetd;
  • The shell, ssh.
  • Security auditing, Crack, Tiger and Tripwire;
  • Cryptographic software, TCFS;
  • Packet filtering, pf.

Most Unix 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.