Security

SELinux – security enhancement tool

Security-Enhanced Linux (SELinux) is a security enhancement to Linux that provides a mechanism for enforcing the security of the system. Under SELinux, programs are run inside a sandbox and follow the principle of least privilege, in which programs are limited to set of necessary operations.

SELinux is an implementation of mandatory access controls (MAC) on Linux. Mandatory access controls allow an administrator of a system to define how applications and users can access different resources such as files, devices, networks and inter-process communication.

With SELinux an administrator can differentiate a user from the applications a user runs.

Key Features

  • Uses multiple security models.
  • Clean separation of policy from enforcement.
  • Type enforcement to enforce mandatory access control.
  • Well-defined policy interfaces.
  • Support for applications querying the policy and enforcing access control (for example, crond running jobs in the correct context).
  • Support for on-the-fly sandboxing of applications, including X applications.
  • Independent of specific policies and policy languages.
  • Independent of specific security label formats and contents.
  • Individual labels and controls for kernel objects and services.
  • Caching of access decisions for efficiency.
  • Support for policy changes.
  • Support for MLS/MCS translations.
  • Separate measures for protecting system integrity (domain-type) and data confidentiality (multilevel security).
  • Very flexible policy.
  • Label substitution.
  • Virtual machine labeling.
  • Per-service seuser support.
  • Persistent dontaudit flag.
  • Controls over process initialization and inheritance and program execution.
  • Controls over file systems, directories, files, and open file descriptors.
  • Controls over sockets, messages, and network interfaces.
  • Controls over use of “capabilities”.

Website: github.com/SELinuxProject/selinux
Support:
Developer: Initial developer:United States National Security Agency; many other contributors
License: GNU General Public License

SELinux

SELinux is written in C. Learn C with our recommended free books and free tutorials.


Related Software

MAC/RBAC Tools
SELinuxSecurity enhancement to Linux
AppArmorLinux Security Module implementation of name-based access controls
RSBACPatch adding several mandatory access models to the Linux kernel
grsecurityInnovative set of patches for the Linux kernel
TOMOYO LinuxLightweight and easy-use Mandatory Access Control

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted