mirror of
https://github.com/swaywm/sway.git
synced 2026-03-12 05:34:29 -04:00
sway: implement selinux based filtering for globals
This patch exposes privileged globals to SELinux so access to priv globals can be mediated by SELinux. Signed-off-by: Rahul Sandhu <nvraxn@gmail.com>
This commit is contained in:
parent
d9e615c507
commit
ca7cd98367
5 changed files with 221 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ sway_deps = [
|
|||
jsonc,
|
||||
libevdev,
|
||||
libinput,
|
||||
libselinux,
|
||||
libudev,
|
||||
math,
|
||||
pango,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue