Some rules addition for gnome support.
This commit is contained in:
parent
e57dd4e3a7
commit
e4266d9cda
6 changed files with 26 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue