26 lines
No EOL
498 B
Text
26 lines
No EOL
498 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/pkttyagent
|
|
profile pkttyagent @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/dbus-strict>
|
|
|
|
capability sys_nice,
|
|
|
|
ptrace (read),
|
|
signal (receive),
|
|
|
|
@{exec_path} mr,
|
|
|
|
owner @{PROC}/@{pids}/stat r,
|
|
|
|
/dev/tty rw,
|
|
|
|
include if exists <local/pkttyagent>
|
|
} |