Some rules addition for gnome support.

This commit is contained in:
Alexandre Pujol 2021-04-02 10:11:59 +01:00
parent e57dd4e3a7
commit e4266d9cda
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 26 additions and 3 deletions

View file

@ -23,11 +23,13 @@ profile blueman @{exec_path} {
network bluetooth raw,
ptrace (read) peer=gjs-console,
@{exec_path} mrix,
/{usr/,}bin/python3.[0-9]* r,
/{usr/,}bin/blueman-tray rPx,
/{usr/,}bin/ r,
/{usr/,}bin/dash rix,
/{usr/,}bin/{b,d}ash rix,
/{usr/,}bin/xdg-open rCx -> open,
@ -63,6 +65,8 @@ profile blueman @{exec_path} {
/usr/share/glib-2.0/schemas/gschemas.compiled r,
/dev/tty rw,
/dev/rfkill r,
/dev/shm/ r,
@ -70,8 +74,9 @@ profile blueman @{exec_path} {
/var/lib/dbus/machine-id r,
/etc/machine-id r,
@{run}/user/1000/gdm/Xauthority r,
profile open {
profile open {
include <abstractions/base>
include <abstractions/xdg-open>