Download Oreilly – Mastering Security-Enhanced Linux (SELinux) 2023-8

Mastering Security-Enhanced Linux (SELinux)

Description

Mastering Security-Enhanced Linux (SELinux) course. This course will help you understand and use SELinux. SELinux is a valuable addition to the standard Linux security options that secure your Linux distribution. This course starts with the basics of SELinux and covers more advanced topics such as SELinux and Multi-Level Security (MLS) and Multi-Class Security (MCS) and managing SELinux with Ansible. It also has in-depth coverage of SELinux in containerized environments. This course has labs during the training so that you can see SELinux in real-time and practice while learning. The main features of the course are:

  • Understand when and how SELinux is needed
  • Learn how to troubleshoot SELinux issues
  • Make your application SELinux compliant
  • Implement military-grade security using SELinux MLS and MCS
  • This course is also a complete resource for students who want to fully understand SELinux while preparing for any exam related to Red Hat Enterprise Linux, as well as developers and application administrators who want to use SELinux. achieve the highest possible level of security.

What you will learn:

  • SELinux Basics: Covers basic concepts such as mandatory access control, how to enable SELinux, understanding context tags, managing context tags, and how to use booleans.
  • SELinux Analysis: Teaches how to analyze SELinux by covering troubleshooting and showing how to analyze booleans and rules.
  • Using Custom Programs with SELinux: Shows custom programs with SELinux and covers how to work with SELinux modules and how to make each program SELinux compliant.
  • Military Grade Security with SELinux and MLS Users: Provides three lessons on the best kind of protection and security that SELinux offers. It covers how SELinux is used in military organizations, as well as topics related to SELinux users, how to manage multi-level security, and how to use multi-level security.
  • Configuring SELinux for Containers: Describes how to fully secure a containerized environment by adding SELinux.
  • Managing SELinux with Ansible: Covers how to secure containers with SELinux and how to manage SELinux with Ansible.

This course is suitable for people who:

  • DevOps Engineers
  • DevSecOps Engineers
  • Software developers
  • the manager

Course details

  • Publisher: Oreilly
  • teacher: Sander van Vugt
  • Training level: beginner to advanced
  • Training duration: 5 hours 21 minutes

Course headings

  • Introduction
    1. Mastering Security-Enhanced Linux (SELinux): Introduction
  • Module 1: SELinux Fundamentals
    1. Module introduction
  • Lesson 1: Mandatory Access Control
    1. Learning objectives
    2. 1.1 Working of SELinux
    3. 1.2 Requiring Mandatory Access Control
    4. 1.3 Understanding SELinux and Discretionary Access Control
    5. Lesson 1 Lab Exploring SELinux Settings
    6. Lesson 1 Lab Solution Exploring SELinux Settings
  • Lesson 2: Enabling SELinux
    1. Learning objectives
    2. 2.1 Managing States and Modes on Red Hat
    3. 2.2 Installing SELinux on Ubuntu
    4. 2.3 Understanding Policies
    5. Lesson 2 Lab Managing SELinux States
    6. Lesson 2 Lab Solution Managing SELinux States
  • Lesson 3: Understanding Context Labels
    1. Learning objectives
    2. 3.1 Showing Context Labels
    3. 3.2 Understanding When to Set Context Labels
    4. 3.3 Using the audit log to examine issues
    5. 3.4 Understanding Context Inheritance
    6. Lesson 3 Lab Examining SELinux events
    7. Lesson 3 Lab Solution Examining SELinux events
  • Lesson 4: Managing Context Labels
    1. Learning objectives
    2. 4.1 Finding the Right Context
    3. 4.2 Setting Context on Files
    4. 4.3 Setting Context on Ports
    5. 4.4 Using Customizable Types
    6. 4.5 Configuring a Non-default Apache DocumentRoot
    7. Lesson 4 Lab Running SSH on Port 443
    8. Lesson 4 Lab Solution Running SSH on Port 443
  • Lesson 5: Using Booleans
    1. Learning objectives
    2. 5.1 Understanding Booleans
    3. 5.2 Using Booleans
    4. 5.3 Finding Booleans
    5. Lesson 5 Lab Configuring vsftpd for Anonymous Uploads
    6. Lesson 5 Lab Solution Configuring vsftpd for Anonymous Uploads
  • Module 2: Analyzing SELinux
    1. Module introduction
  • Lesson 6: Troubleshooting SELinux
    1. Learning objectives
    2. 6.1 Troubleshooting SELinux Issues
    3. 6.2 Understanding the Audit Logs
    4. 6.3 Understanding Dontaudit Rules
    5. 6.4 Using audit2allow
    6. 6.5 Using sealert
    7. 6.6 Loading SELinux Manually
    8. Lesson 6 Lab Troubleshooting SELinux
    9. Lesson 6 Lab Solution Troubleshooting SELinux
  • Lesson 7: Analyzing Booleans and Rules
    1. Learning objectives
    2. 7.1 Analyzing the Policy
    3. 7.2 Terminology
    4. 7.3 Using sesearch
    5. 7.4 Using seinfo
    6. 7.5 Finding What a Domain Can Do
    7. 7.6 Analyzing Booleans
    8. 7.7 Analyzing Transition Rules
    9. Lesson 7 Lab Investigating Booleans
    10. Lesson 7 Lab Solution Investigating Booleans
  • Module 3: Using Custom Applications with SELinux
    1. Module introduction
  • Lesson 8: SELinux Modules
    1. Learning objectives
    2. 8.1 Managing Modules
    3. 8.2 Writing Custom Modules
    4. 8.3 Generating Custom Modules
    5. Lesson 8 Lab Enabling your Application with Modules
    6. Lesson 8 Lab Solution Enabling your Application with Modules
  • Lesson 9: Making Any Application work with SELinux
    1. Learning objectives
    2. 9.1 Understanding Options for Running Custom Applications
    3. 9.2 Using Unconfined Domains
    4. 9.3 Using run-on to Run Applications with a Specific Context
    5. 9.4 Using sepolgen to generate Application Policy Modules
    6. Lesson 9 Lab Running any Application on an SELinux System
    7. Lesson 9 Lab Solution Running any Application on an SELinux System
  • Module 4: Military Grade Security with SELinux users and MLS
    1. Module introduction
  • Lesson 10: SELinux Users
    1. Learning objectives
    2. 10.1 Understanding Users and Roles
    3. 10.2 Mapping Linux Users to SELinux Users
    4. 10.3 Using Booleans to Manage SELinux Users
    5. 10.4 Restricting Root
    6. Lesson 10 Lab Creating a Kiosk User
    7. Lesson 10 Lab Solution Creating a Kiosk User
  • Lesson 11: Using Multi-Level Security (MLS)
    1. Learning objectives
    2. 11.1 Understanding MLS and MCS
    3. 11.2 Enabling an MLS Policy
    4. 11.3 Creating a user with a Clearance Level
    5. 11.4 Understanding What Needs to be done on Directories
    6. Lesson 11 Lab Using MLS
    7. Lesson 11 Lab Solution Using MLS
  • Lesson 12: Using Multi-Category Security (MCS)
    1. Learning objectives
    2. 12.1 Understanding MCS
    3. 12.2 Grouping Users and Applications with MCS
    4. 12.3 Combining MLS and MCS
    5. Lesson 12 Lab Configuring MCS
    6. Lesson 12 Lab Solution Configuring MCS
  • Module 5: SELinux, Containers, and Ansible
    1. Module introduction
  • Lesson 13: SELinux and Containers
    1. Learning objectives
    2. 13.1 Understanding Container SELinux Needs
    3. 13.2 Configuring Container Storage Access
    4. 13.3 Using udica to Configure Container Access
    5. Lesson 13 Lab Configuring SELinux for Containers
    6. Lesson 13 Lab Solution Configuring SELinux for Containers
  • Lesson 14: Using Ansible to Manage SELinux
    1. Learning objectives
    2. 14.1 Using SELinux Ansible modules
    3. 14.2 Using the RHEL System Role to Manage SELinux
    4. Lesson 14 Lab Using Ansible to manage SELinux
    5. Lesson 14 Lab Solution Using Ansible to manage SELinux
  • Summary
    1. Mastering Security-Enhanced Linux (SELinux): Summary

Course prerequisites

  • Install and configure a lab environment. This can be a Linux virtual machine that runs in virtualization software on the participants own computer, using software like VMware Workstation or Oracle VirtualBox, or on a dedicated computer. https://learning.oreilly.com/videos/red-hat-certified/9780134723990/
  • Install a virtual or physical machine with a recent version of either Red Hat Enterprise Linux, CentOS Stream, Rocky Linux or Fedora.

Course images

Sample video of the course

Installation guide

After Extract, view with your favorite Player.

Subtitle: None

Quality: 720p

download link

Download file – 944 MB

File(s) password: www.downloadly.ir

Size

944 MB

rate

Be the first to comment

Leave a Reply

Your email address will not be published.


*