feat(gnome): improve first boot compatibility.

This commit is contained in:
Alexandre Pujol 2023-04-03 18:26:42 +01:00
parent dbbe1d8c69
commit 1f7b192680
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 27 additions and 8 deletions

View file

@ -11,11 +11,15 @@ profile kgx @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/dconf-write>
include <abstractions/dri-common>
include <abstractions/fonts>
include <abstractions/freedesktop.org>
include <abstractions/gtk>
include <abstractions/mesa>
include <abstractions/nameservice-strict>
include <abstractions/vulkan>
capability sys_ptrace,
ptrace (read),
@ -36,6 +40,9 @@ profile kgx @{exec_path} {
/usr/share/themes/{,**} r,
/usr/share/X11/xkb/{,**} r,
owner /tmp/#[0-9]* rw,
@{PROC}/ r,
@{PROC}/@{pids}/cmdline r,
@{PROC}/@{pids}/stat r,
@{PROC}/1/cgroup r,