feat: better wayland client integration.

This commit is contained in:
Alexandre Pujol 2023-05-27 23:54:53 +01:00
parent 55da5276dd
commit 3c41453591
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
29 changed files with 36 additions and 51 deletions

View file

@ -20,6 +20,7 @@ profile blueman @{exec_path} flags=(attach_disconnected) {
include <abstractions/python>
include <abstractions/thumbnails-cache-read>
include <abstractions/user-download-strict>
include <abstractions/wayland>
network inet stream,
network inet6 stream,
@ -58,7 +59,6 @@ profile blueman @{exec_path} flags=(attach_disconnected) {
owner @{user_cache_dirs}/obexd/* rw,
owner @{run}/user/@{uid}/gdm/Xauthority r,
owner @{run}/user/@{uid}/wayland-cursor-shared-* rw,
owner @{PROC}/@{pid}/fd/ r,
owner @{PROC}/@{pid}/mounts r,

View file

@ -14,6 +14,7 @@ profile file-roller @{exec_path} {
include <abstractions/fonts>
include <abstractions/freedesktop.org>
include <abstractions/user-write>
include <abstractions/wayland>
@{exec_path} mr,
@ -35,7 +36,5 @@ profile file-roller @{exec_path} {
/etc/gtk-3.0/settings.ini r,
owner @{run}/user/@{uid}/wayland-[0-9]* rw,
include if exists <local/file-roller>
}