mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(profile): initial fix for #94.
This commit is contained in:
parent
600d929d85
commit
7c4c48f4c3
2 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,7 @@ profile child-open {
|
||||||
/{usr/,}bin/flameshot rPx,
|
/{usr/,}bin/flameshot rPx,
|
||||||
/{usr/,}bin/geany rPx,
|
/{usr/,}bin/geany rPx,
|
||||||
/{usr/,}bin/gnome-disk-image-mounter rPx,
|
/{usr/,}bin/gnome-disk-image-mounter rPx,
|
||||||
|
/{usr/,}bin/kgx rPUx,
|
||||||
/{usr/,}bin/okular rPx,
|
/{usr/,}bin/okular rPx,
|
||||||
/{usr/,}bin/qbittorrent rPx,
|
/{usr/,}bin/qbittorrent rPx,
|
||||||
/{usr/,}bin/qpdfview rPx,
|
/{usr/,}bin/qpdfview rPx,
|
||||||
|
|
|
@ -156,6 +156,9 @@ profile gsd-media-keys @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/{usr/,}lib/@{multiarch}/glib-[0-9]*/gio-launch-desktop rPx -> child-open,
|
||||||
|
/{usr/,}lib/gio-launch-desktop rPx -> child-open,
|
||||||
|
|
||||||
/usr/share/dconf/profile/gdm r,
|
/usr/share/dconf/profile/gdm r,
|
||||||
/usr/share/gdm/greeter-dconf-defaults r,
|
/usr/share/gdm/greeter-dconf-defaults r,
|
||||||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||||
|
|
Loading…
Reference in a new issue