Update profiles.

This commit is contained in:
Alexandre Pujol 2021-05-01 21:22:23 +01:00
parent 355235b3cc
commit 86ac65eb5c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 18 additions and 1 deletions

View file

@ -10,7 +10,7 @@ include <tunables/global>
@{exec_path} = /{usr/,}bin/gio
@{exec_path} += /{usr/,}bin/gio-launch-desktop
@{exec_path} += /{usr/,}lib/@{multiarch}/glib-[0-9]*/gio-launch-desktop
profile gio-launch-desktop @{exec_path} {
profile gio-launch-desktop @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/app-launcher-user>
include <abstractions/consoles>
@ -34,5 +34,7 @@ profile gio-launch-desktop @{exec_path} {
# Required by many gio command
owner @{HOME}/{,**} rw,
/dev/dri/card[0-9]* rw,
include if exists <local/gio-launch-desktop>
}