feat(profile): improve integration with opensuse.

This commit is contained in:
Alexandre Pujol 2024-03-17 22:47:36 +00:00
parent eb66feef62
commit bf22e0770f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 63 additions and 12 deletions

View file

@ -12,6 +12,8 @@ profile plymouthd @{exec_path} {
include <abstractions/consoles>
include <abstractions/dri-common>
capability checkpoint_restore,
capability net_admin,
capability sys_admin,
capability sys_chroot,
capability sys_tty_config,

View file

@ -24,8 +24,7 @@ profile xrdb @{exec_path} {
/usr/include/stdc-predef.h r,
/usr/etc/X11/xdm/Xresources r,
@{etc_ro}/X11/xdm/Xresources r,
/etc/X11/Xresources/* r,
# The location of the .Xresources file

View file

@ -12,6 +12,8 @@ profile xset @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
capability dac_read_search,
@{exec_path} mr,
owner @{HOME}/.Xauthority r,