Small fixes.

This commit is contained in:
Alexandre Pujol 2021-05-30 16:15:29 +01:00
parent 9b7ab9cbc3
commit 44dc86cd36
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 12 additions and 3 deletions

View file

@ -22,6 +22,9 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
network netlink raw,
network bluetooth stream,
network bluetooth seqpacket,
ptrace (read) peer=unconfined,
@{exec_path} mr,

View file

@ -59,7 +59,7 @@ profile blueman @{exec_path} flags=(attach_disconnected) {
owner @{PROC}/@{pid}/fd/ r,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/cmdline r,
@{PROC}/@{pids}/cmdline r,
include <abstractions/dconf>
owner @{run}/user/@{uid}/dconf/ rw,

View file

@ -22,11 +22,13 @@ profile gsd-power @{exec_path} flags=(attach_disconnected) {
/usr/share/gdm/greeter-dconf-defaults r,
/usr/share/glib-2.0/schemas/gschemas.compiled r,
/usr/share/icons/{,**} r,
/usr/share/sounds/freedesktop/index.theme r,
/usr/share/sounds/freedesktop/stereo/*.oga r,
/usr/share/X11/xkb/** r,
/etc/machine-id r,
/var/lib/dbus/machine-id r,
/var/lib/gdm/.config/pulse/client.conf r,
/etc/pulse/client.conf r,
owner @{user_cache_dirs}/event-sound-cache.tdb.* rwk,