20 lines
465 B
Text
20 lines
465 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Jeroen Rijken
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}{s,}bin/grub-mkrelpath
|
|
profile grub-mkrelpath @{exec_path} flags=(complain) {
|
|
include <abstractions/base>
|
|
include <abstractions/consoles>
|
|
|
|
@{exec_path} rm,
|
|
/{usr/,}{local/,}{s,}bin/zpool rPx,
|
|
|
|
@{PROC}/@{pids}/mountinfo r,
|
|
|
|
include if exists <local/grub-mkrelpath>
|
|
}
|