apparmor.d/apparmor.d/profiles-a-f/auditctl
2022-06-13 22:15:13 +01:00

20 lines
No EOL
397 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/auditctl
profile auditctl @{exec_path} {
include <abstractions/base>
capability audit_control,
network netlink raw,
@{exec_path} mr,
include if exists <local/auditctl>
}