mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
39 lines
820 B
Text
39 lines
820 B
Text
# 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/,}bin/aa-notify
|
|
profile aa-notify @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/dbus-session-strict>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/python>
|
|
|
|
capability sys_ptrace,
|
|
|
|
ptrace (read),
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/ r,
|
|
|
|
/etc/apparmor/*.conf r,
|
|
/etc/inputrc r,
|
|
|
|
/usr/share/terminfo/x/xterm-256color r,
|
|
/usr/share/terminfo/d/dumb r,
|
|
/var/log/audit/audit.log r,
|
|
|
|
owner /tmp/[a-z0-9]* rw,
|
|
owner /tmp/apparmor-bugreport-*.txt rw,
|
|
|
|
@{PROC}/ r,
|
|
@{PROC}/@{pid}/stat r,
|
|
@{PROC}/@{pid}/cmdline r,
|
|
|
|
include if exists <local/aa-notify>
|
|
}
|