| Role-based access control in SELinux |
| Source: IBM Developer Works - Posted by Ryan Berens | ||
|
The security policy implemented in Security-Enhanced Linux (SELinux) is type enforcement (TE) under a layer of role-based access control (RBAC). (SELinux also orthogonally implements multi-level security (MLS), which is outside the scope of this article.) TE is the most visible, and therefore the most well known, server because it enforces fine-grained permissions: when something breaks because of unexpected access denials, TE is most likely responsible. In TE, a process's security domain (its domain of influence over the system) is determined by the task's history and the currently executing program. Read this full article at IBM Developer Works
Only registered users can write comments. Powered by AkoComment! |
||