mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 14:55:15 +01:00
Enforce some profiles.
This commit is contained in:
parent
89f35e502f
commit
c04c260cfa
2 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = /{usr/,}bin/aa-notify
|
@{exec_path} = /{usr/,}bin/aa-notify
|
||||||
profile aa-notify @{exec_path} flags=(complain) {
|
profile aa-notify @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/python>
|
include <abstractions/python>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
|
|
@ -2,7 +2,7 @@ aa-notify
|
||||||
accounts-daemon
|
accounts-daemon
|
||||||
acpi
|
acpi
|
||||||
acpid attach_disconnected,complain
|
acpid attach_disconnected,complain
|
||||||
adb complain
|
adb
|
||||||
adduser
|
adduser
|
||||||
amixer
|
amixer
|
||||||
arch-audit complain
|
arch-audit complain
|
||||||
|
@ -15,7 +15,7 @@ blueman-rfcomm-watcher
|
||||||
bluemoon
|
bluemoon
|
||||||
bluetoothctl
|
bluetoothctl
|
||||||
bluetoothd
|
bluetoothd
|
||||||
browserpass complain
|
browserpass
|
||||||
chage
|
chage
|
||||||
chfn
|
chfn
|
||||||
child-lsb_release
|
child-lsb_release
|
||||||
|
@ -81,11 +81,11 @@ gnome-session-binary attach_disconnected,complain
|
||||||
gnome-session-ctl complain
|
gnome-session-ctl complain
|
||||||
gnome-shell attach_disconnected,complain
|
gnome-shell attach_disconnected,complain
|
||||||
gnome-shell-calendar-server complain
|
gnome-shell-calendar-server complain
|
||||||
goa-daemon complain
|
goa-daemon
|
||||||
goa-identity-service complain
|
goa-identity-service
|
||||||
gpasswd
|
gpasswd
|
||||||
gpg-agent complain
|
gpg-agent
|
||||||
gpg-connect-agent complain
|
gpg-connect-agent
|
||||||
gpgconf complain
|
gpgconf complain
|
||||||
gpgsm complain
|
gpgsm complain
|
||||||
groupadd
|
groupadd
|
||||||
|
@ -256,7 +256,7 @@ who
|
||||||
wpa_cli
|
wpa_cli
|
||||||
wpa-supplicant
|
wpa-supplicant
|
||||||
xbrlapi attach_disconnected,complain
|
xbrlapi attach_disconnected,complain
|
||||||
xclip complain
|
xclip
|
||||||
xdg-dbus-proxy complain
|
xdg-dbus-proxy complain
|
||||||
xdg-desktop-menu
|
xdg-desktop-menu
|
||||||
xdg-email
|
xdg-email
|
||||||
|
|
Loading…
Reference in a new issue