SELinux Concepts

From NovaOrdis Knowledge Base
Revision as of 22:59, 8 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Context

Processes and files are associated with an SELinux context that contains the SELinux user, role, type, and optionally a level. When running SELinux, this information is used to make access control decisions.

Policy

The SELinux Policy is the set of rules that tells the SELinux security engine what to do. A policy defines types for file objects and domains for processes. It uses roles to limit the domains that can be entered, and has user identities to specify the roles that can be attained.

Type and Domain

Types and domains are equivalent, the difference being that types apply to objects while domains apply to processes.

Module

The list of modules can be obtained with:

semodule -l

New modules can be installed with:

semodule -i <module-name>.pp