apparmor.d/apparmor.d/groups/procps/pgrep
2025-07-07 00:37:07 +02:00

22 lines
459 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/pgrep
profile pgrep @{exec_path} {
include <abstractions/base>
include <abstractions/app/pgrep>
include <abstractions/nameservice-strict>
@{exec_path} mr,
@{PROC}/tty/drivers r,
include if exists <local/pgrep>
}
# vim:syntax=apparmor