About 154,000 results
Open links in new tab
  1. Security-Enhanced Linux - Wikipedia

    Security-Enhanced Linux (SELinux) is a Linux kernel security module that provides a mechanism for supporting access control security policies, including mandatory access controls (MAC). …

  2. What is SELinux? - Red Hat

    Aug 30, 2019 · Security-Enhanced Linux (SELinux) is a security architecture for Linux® systems that allows administrators to have more control over who can access the system.

  3. What is SELinux? - GeeksforGeeks

    Nov 13, 2025 · SELinux (Security-Enhanced Linux) is a mandatory access control (MAC) security system built into the Linux kernel that enforces strict policies to control what users and …

  4. What is SELinux? Essential Security Guide & Tips - SUSE

    Oct 17, 2025 · What is Security-Enhanced Linux (SELinux)? SELinux is an additional Linux security solution that uses the security framework in the Linux kernel to give you mandatory …

  5. SELinux Project - GitHub

    This is the upstream repository for the Security Enhanced Linux (SELinux) userland libraries and tools. The software provided by this project complements the SELinux features integrated into …

  6. Chapter 1. Getting started with SELinux - Red Hat

    Security Enhanced Linux (SELinux) provides an additional layer of system security. SELinux fundamentally answers the question: May <subject> do <action> to <object>?, for example: …

  7. Introduction to SELinux concepts and management

    Sep 22, 2025 · Explore SELinux concepts and management for Linux systems. Learn status modes, users, roles, and booleans for enhanced security.

  8. SELinux Explained: Why You Need It and How to Set It Up

    Oct 13, 2024 · SELinux stands for Security-Enhanced Linux. It’s a security architecture integrated into the Linux kernel that provides mechanisms to enforce the separation of information based …

  9. SELinux

    Feb 4, 2025 · Security-Enhanced Linux (SELinux) is a security module integrated into the Linux kernel that provides a mechanism for enforcing mandatory access controls (MAC).

  10. Introduction to SELinux - The GitHub Blog

    Jul 5, 2023 · I will introduce the differences between MAC and DAC, explain the basics of the SELinux type system, suggest some useful tools and examples when interacting with SELinux, …