2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 18:17:09 +00:00

Add #include if exists <*.d> to new abstractions

This was missing, and catched by a previously enabled test.
This commit is contained in:
Christian Boltz 2020-02-04 13:21:15 +01:00
parent fbe8641026
commit aa8fa18552
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
5 changed files with 10 additions and 0 deletions

View File

@ -69,3 +69,5 @@
owner @{PROC}/@{pid}/fd/ r, owner @{PROC}/@{pid}/fd/ r,
owner @{HOME}/.config/xfce4/helpers.rc r, owner @{HOME}/.config/xfce4/helpers.rc r,
# Include additions to the abstraction
#include if exists <abstractions/exo-open.d>

View File

@ -53,3 +53,5 @@
owner @{HOME}/.local/share/applications/{,*.desktop} r, owner @{HOME}/.local/share/applications/{,*.desktop} r,
owner @{PROC}/@{pid}/fd/ r, owner @{PROC}/@{pid}/fd/ r,
# Include additions to the abstraction
#include if exists <abstractions/gio-open.d>

View File

@ -41,3 +41,5 @@
/usr/bin/gvfs-open r, /usr/bin/gvfs-open r,
/{,usr/}bin/dash mr, /{,usr/}bin/dash mr,
# Include additions to the abstraction
#include if exists <abstractions/gvfs-open.d>

View File

@ -100,3 +100,5 @@
owner /{,var/}run/user/[0-9]*/kioclient*slave-socket lrw -> /{,var/}/run/user/[0-9]/#[0-9]*, # for KIO::Slave::holdSlave(QString const&, QUrl const&) () from libKF5KIOCore.so (not 100% sure) owner /{,var/}run/user/[0-9]*/kioclient*slave-socket lrw -> /{,var/}/run/user/[0-9]/#[0-9]*, # for KIO::Slave::holdSlave(QString const&, QUrl const&) () from libKF5KIOCore.so (not 100% sure)
owner @{HOME}/.cache/kio_http/ rw, owner @{HOME}/.cache/kio_http/ rw,
# Include additions to the abstraction
#include if exists <abstractions/kde-open5.d>

View File

@ -80,3 +80,5 @@
owner @{HOME}/.local/share/applications/{,*.desktop} r, owner @{HOME}/.local/share/applications/{,*.desktop} r,
# Include additions to the abstraction
#include if exists <abstractions/xdg-open.d>