mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 17:07:34 +00:00
GitBook: [master] 2 pages modified
This commit is contained in:
parent
28c1c67f32
commit
7f32d00f20
2 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
* [Checklist - Linux Privilege Escalation](linux-unix/linux-privilege-escalation-checklist.md)
|
||||
* [Linux Privilege Escalation](linux-unix/privilege-escalation/README.md)
|
||||
* [SELinux](linux-unix/privilege-escalation/selinux.md)
|
||||
* [Logstash](linux-unix/privilege-escalation/logstash.md)
|
||||
* [AppArmor](linux-unix/privilege-escalation/apparmor.md)
|
||||
* [Containerd \(ctr\) Privilege Escalation](linux-unix/privilege-escalation/containerd-ctr-privilege-escalation.md)
|
||||
|
|
6
linux-unix/privilege-escalation/selinux.md
Normal file
6
linux-unix/privilege-escalation/selinux.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# SELinux
|
||||
|
||||
## SELinux Users
|
||||
|
||||
There are SELinux users in addition to the regular Linux users. SELinux users are part of an SELinux policy. Each Linux user is mapped to a SELinux user as part of the policy. This allows Linux users to inherit the restrictions and security rules and mechanisms placed on SELinux users.
|
||||
|
Loading…
Reference in a new issue