mirror of
https://github.com/swaywm/sway.git
synced 2026-03-19 05:34:00 -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
|
|
@ -8,3 +8,4 @@ option('tray', type: 'feature', value: 'auto', description: 'Enable support for
|
|||
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybar tray')
|
||||
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
||||
option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library')
|
||||
option('selinux', type: 'boolean', value: false, description: 'Enable support for SELinux access control')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue