feat(profiles): add busctl.

This commit is contained in:
Alexandre Pujol 2022-09-13 18:39:41 +01:00
parent a47278b89c
commit 4920922394
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/busctl
profile busctl @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
include if exists <local/busctl>
}

View File

@ -14,6 +14,7 @@ avahi-daemon complain
avahi-publish complain
avahi-resolve complain
avahi-set-host-name complain
busctl complain
cfdisk complain
cgdisk complain
cockpit-askpass complain