mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
feat(profiles): add busctl.
This commit is contained in:
parent
a47278b89c
commit
4920922394
16
apparmor.d/groups/systemd/busctl
Normal file
16
apparmor.d/groups/systemd/busctl
Normal 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>
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user