apparmor.d/apparmor.d/profiles-a-f/augenrules
2022-08-19 19:25:22 +01:00

25 lines
No EOL
526 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/augenrules
profile augenrules @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
@{exec_path} mr,
/{usr/,}bin/mktemp rix,
/{usr/,}bin/rm rix,
/{usr/,}bin/auditctl rPx,
owner /tmp/aurules.* rw,
/dev/tty rw,
include if exists <local/augenrules>
}