mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(profile): fix gio-launch-desktop attachments.
This commit is contained in:
parent
418107f11e
commit
ece6524886
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,6 @@ include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = /{usr/,}bin/gio
|
@{exec_path} = /{usr/,}bin/gio
|
||||||
@{exec_path} += /{usr/,}bin/gio-launch-desktop
|
@{exec_path} += /{usr/,}bin/gio-launch-desktop
|
||||||
@{exec_path} += /{usr/,}lib/gio-launch-desktop
|
|
||||||
@{exec_path} += /{usr/,}lib/@{multiarch}/glib-[0-9]*/gio-launch-desktop
|
@{exec_path} += /{usr/,}lib/@{multiarch}/glib-[0-9]*/gio-launch-desktop
|
||||||
profile gio-launch-desktop @{exec_path} flags=(attach_disconnected) {
|
profile gio-launch-desktop @{exec_path} flags=(attach_disconnected) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
@ -21,6 +20,8 @@ profile gio-launch-desktop @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/{usr/,}lib/gio-launch-desktop rix,
|
||||||
|
|
||||||
# System files
|
# System files
|
||||||
/etc/gnome/defaults.list r,
|
/etc/gnome/defaults.list r,
|
||||||
/var/cache/gio-[0-9]*.[0-9]*/gnome-mimeapps.list r,
|
/var/cache/gio-[0-9]*.[0-9]*/gnome-mimeapps.list r,
|
||||||
|
|
Loading…
Reference in a new issue