Add templates for all grub commands

This commit is contained in:
Jeroen Rijken 2022-08-01 18:24:42 +02:00 committed by Alex
parent 169a730d3f
commit b1112e35a7
23 changed files with 414 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# 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-bios-setup
profile grub-bios-setup @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} rm,
include if exists <local/grub-bios-setup>
}