SELinux Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
=Module=
=Module=


The list of modules can be obtained with
The list of modules can be obtained with:


<pre>
<pre>
semodule -l
semodule -l
</pre>
New modules can be installed with:
<pre>
semodule -i <module-name>.pp
</pre>
</pre>

Revision as of 22:59, 8 January 2016

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