Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying SELinux Cookbook
  • Table Of Contents Toc
SELinux Cookbook

SELinux Cookbook

By : Sven Vermeulen
4.3 (7)
close
close
SELinux Cookbook

SELinux Cookbook

4.3 (7)
By: Sven Vermeulen

Overview of this book

If you are a Linux system administrator or a Linux-based service administrator and want to fine-tune SELinux to implement a supported, mature, and proven access control system, then this book is for you. Basic experience with SELinux enabled distributions is expected.
Table of Contents (12 chapters)
close
close
11
Index

Ensuring an SELinux rule is never allowed


It is possible to include statements in the SELinux policy that ensure that a particular access vector cannot be allowed, not even by enhancing the SELinux policy later. This is done with the neverallow statement.

How to do it…

To include the neverallow statements in the policy and enforce them, go through the following steps:

  1. In /etc/selinux/semanage.conf, enable support for the neverallow statements by setting the expand-check variable to 1:

    expand-check=1
  2. Create an SELinux policy in which the access vectors that should be explicitly forbidden are listed. Consider the following instance:

    neverallow user_t system_mail_t:process transition;
  3. Build and load the policy.

  4. Generate another policy that will allow the statement and attempt to load it:

    ~$ semodule -i mytest.pp
    libsepol.check_assertion_helper:  neverallow violated by allow user_t system_mail_t:process { transition };
    libsemanage.semanage_expand_sandbox: Expand module failed
    semodule: Failed!
    

How it...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
SELinux Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon