feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-10-01 17:43:54 +01:00
parent 21e8456383
commit 8730c09b96
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
47 changed files with 146 additions and 118 deletions

View file

@ -40,7 +40,6 @@ profile cpupower @{exec_path} {
/dev/cpu/@{int}/msr r,
profile kmod {
include <abstractions/base>
include <abstractions/app/kmod>

View file

@ -11,6 +11,7 @@ profile xdg-desktop-portal-gnome @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/bus-session>
include <abstractions/bus-system>
include <abstractions/bus/org.a11y>
include <abstractions/bus/org.freedesktop.Accounts>
include <abstractions/bus/org.freedesktop.portal.Desktop>
include <abstractions/bus/org.gnome.Shell.Introspect>

View file

@ -49,7 +49,7 @@ profile xorg @{exec_path} flags=(attach_disconnected) {
@{sh_path} rix,
@{bin}/xkbcomp rPx,
@{bin}/pkexec rPx,
@{bin}/pkexec rCx -> pkexec,
@{lib}/xorg/ r,
@{lib}/xorg/modules/ r,
@ -136,6 +136,13 @@ profile xorg @{exec_path} flags=(attach_disconnected) {
/dev/tty@{int} rw,
/dev/vga_arbiter rw, # Graphic card modules
profile pkexec {
include <abstractions/base>
include <abstractions/app/pkexec>
include if exists <local/xorg_pkexec>
}
include if exists <local/xorg>
}