Profile update.

This commit is contained in:
Alexandre Pujol 2021-05-08 19:06:48 +01:00
parent 0d566a43b9
commit bfa2293379
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
21 changed files with 64 additions and 19 deletions

View file

@ -0,0 +1,16 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/gnome-shell-hotplug-sniffer
profile gnome-shell-hotplug-sniffer @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
include if exists <local/gnome-shell-hotplug-sniffer>
}