feat(profiles): grub update.
This commit is contained in:
parent
a90cdbe879
commit
157e2a5df6
33 changed files with 166 additions and 30 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||
# Copyright (C) 2022 Jeroen Rijken
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
|
|
@ -7,11 +8,15 @@ abi <abi/3.0>,
|
|||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}{,s}bin/update-secureboot-policy
|
||||
profile update-secureboot-policy @{exec_path} flags=(complain) {
|
||||
profile update-secureboot-policy @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{exec_path} rm,
|
||||
/usr/share/debconf/frontend rPx,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/dpkg-trigger rPx,
|
||||
/usr/share/debconf/frontend rPx,
|
||||
|
||||
include if exists <local/update-secureboot-policy>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue