|
|
|
|
|
by chr15p
1511 days ago
|
|
sesearch -A That shows the list of what labels are allowed to do what to which labels, so run ps -Z to get the label of your process and grep the sesearch output for it, and that will tell you what labels it's allowed to interact with and in what ways. selinux is generally pretty straightforward, but it has a reputation for being impenetrable which puts people of trying to learn it. |
|