mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Add cert-sync profile.
This commit is contained in:
parent
3b4af3c89e
commit
5eeccc84f8
2 changed files with 19 additions and 0 deletions
18
apparmor.d/profiles-a-f/cert-sync
Normal file
18
apparmor.d/profiles-a-f/cert-sync
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /{usr/,}bin/cert-sync
|
||||||
|
profile cert-sync @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/{usr/,}bin/mono-sgen rPx,
|
||||||
|
|
||||||
|
include if exists <local/cert-sync>
|
||||||
|
}
|
|
@ -10,6 +10,7 @@ blkid complain
|
||||||
blockdev complain
|
blockdev complain
|
||||||
bootctl complain
|
bootctl complain
|
||||||
borg complain
|
borg complain
|
||||||
|
cert-sync complain
|
||||||
cfdisk complain
|
cfdisk complain
|
||||||
cgdisk complain
|
cgdisk complain
|
||||||
cockpit-askpass complain
|
cockpit-askpass complain
|
||||||
|
|
Loading…
Reference in a new issue