mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 07:17:22 +01:00
af603fbc62
This reverts commit 51a33f3f5e
.
25 lines
No EOL
526 B
Text
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>
|
|
} |