About 193,000 results
Open links in new tab
  1. Access Control: DAC vs MAC with Real Examples and a SELinux

    Nov 27, 2025 · Since Linux systems rely heavily on classic DAC permissions, you might wonder "How do we enforce MAC on Linux?" The answer is: SELinux.

  2. Chapter 1. Getting started with SELinux | Using SELinux | Red Hat ...

    Remember that SELinux policy rules are checked after DAC rules. SELinux policy rules are not used if DAC rules deny access first, which means that no SELinux denial is logged if the traditional DAC …

  3. SELinux Security Guide: Essential Knowledge for Linux Administrators

    Apr 8, 2025 · SELinux is a powerful security framework that changes how Linux systems handle access control and prevent threats. In this piece, we explored everything about SELinux, from its …

  4. Understanding SELinux Basics | SUSE Linux Micro 6.1

    SELinux was designed to enhance existing security solutions, not to replace them. For example, discretionary access control (DAC) is still applied, even if the system is using SELinux. If DAC denies …

  5. Basic concepts and fundamentals of SELinux

    Jun 27, 2025 · This tutorial provides a brief introduction to SELinux concepts and fundamentals.

  6. Mastering Ubuntu SELinux: A Comprehensive Guide

    Nov 14, 2025 · Traditional Linux systems use discretionary access control (DAC), where the owner of a file or resource decides who can access it. In contrast, SELinux implements mandatory access …

  7. Navigating SELinux for Enhanced Linux System Security

    This blog demystifies SELinux, covering its core concepts, practical usage, troubleshooting workflows, and best practices to help you leverage it for robust system security.

  8. SELinux - adamdjellouli.com

    Unlike traditional discretionary access control (DAC) systems where users have control over their own files and processes, SELinux implements mandatory access control (MAC), ensuring that the system …

  9. Sep 23, 2024 · This book consists of two parts: SELinux and Managing Confined Services. The former describes the basics and principles upon which SELinux functions, the latter is more focused on …

  10. SELinux

    Feb 4, 2025 · Unlike traditional discretionary access controls (DAC), which rely on user permissions, SELinux applies security policies that define what actions processes and users can perform on a …