Add cert-sync profile.

This commit is contained in:
Alexandre Pujol 2021-11-04 18:35:24 +00:00
parent 3b4af3c89e
commit 5eeccc84f8
Failed to generate hash of commit
2 changed files with 19 additions and 0 deletions

View 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>
}

View file

@ -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