apparmor.d/apparmor.d/groups/grub/grub-render-label

20 lines
402 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022 Jeroen Rijken
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/grub-render-label
profile grub-render-label @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
include if exists <local/grub-render-label>
}
# vim:syntax=apparmor