Jump to content

Linux Intrusion Detection System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 14:17, 13 October 2007 (Standard headings &/or gen fixes., Replaced: = External link = . =External links=). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer security, the Linux Intrusion Detection System (LIDS) is a patch to the Linux kernel and associated administrative tools that enhances the kernel's security by implementing Mandatory Access Control (MAC). When LIDS is in effect, chosen file access, all system network administration operations, any capability use, raw device, memory, and I/O access can be made impossible even for root. You can define which programs can access specific files. It uses and extends the system capabilities bounding set to control the whole system and adds some network and filesystem security features to the kernel to enhance the security. You can finely tune the security protections online, hide sensitive processes, receive security alerts through the network, and more. LIDS currently support Linux kernel 2.6, 2.4. LIDS is released under the terms of the GNU General Public License (GPL).

Awards