apparmor.d/apparmor.d/groups/procps/pgrep
2025-09-07 20:10:51 +02:00

20 lines
461 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} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/app/pgrep>
include <abstractions/nameservice-strict>
@{exec_path} mr,
include if exists <local/pgrep>
}
# vim:syntax=apparmor