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:
Rahul Sandhu 2025-02-24 18:38:08 +00:00
parent d9e615c507
commit ca7cd98367
5 changed files with 221 additions and 0 deletions

View file

@ -224,6 +224,7 @@ sway_deps = [
jsonc,
libevdev,
libinput,
libselinux,
libudev,
math,
pango,