mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(profile): private-files abs already included in private-files-strict.
See c8fd896
This commit is contained in:
parent
a48daa9c9e
commit
34630b2adf
3 changed files with 0 additions and 3 deletions
|
@ -18,7 +18,6 @@ profile org.gnome.NautilusPreviewer @{exec_path} {
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/opencl-nvidia>
|
||||
include <abstractions/private-files-strict>
|
||||
include <abstractions/private-files>
|
||||
include <abstractions/video>
|
||||
include <abstractions/vulkan>
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ profile tracker-miner @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/gstreamer>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/private-files-strict>
|
||||
include <abstractions/private-files>
|
||||
|
||||
signal (receive) set=(term, kill) peer=gdm,
|
||||
signal (receive) set=(hup) peer=gdm-session-worker,
|
||||
|
|
|
@ -15,7 +15,6 @@ profile baloo @{exec_path} {
|
|||
include <abstractions/fonts>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/private-files-strict>
|
||||
include <abstractions/private-files>
|
||||
include <abstractions/qt5>
|
||||
|
||||
network netlink raw,
|
||||
|
|
Loading…
Reference in a new issue