Profiles update.
This commit is contained in:
parent
ae5f781175
commit
0d566a43b9
18 changed files with 77 additions and 22 deletions
|
|
@ -33,6 +33,7 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
/{usr/,}lib/ibus/ibus-* rPx,
|
||||
/{usr/,}bin/ r,
|
||||
/{usr/,}bin/[a-z0-9]* rPUx,
|
||||
/{usr/,}lib/dbus-1.0/dbus-daemon-launch-helper rPx,
|
||||
|
||||
/etc/dbus-1/{,**} r,
|
||||
/usr/share/dbus-1/{,**} r,
|
||||
|
|
|
|||
17
apparmor.d/groups/bus/dbus-daemon-launch-helper
Normal file
17
apparmor.d/groups/bus/dbus-daemon-launch-helper
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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/,}lib/dbus-1.0/dbus-daemon-launch-helper
|
||||
profile dbus-daemon-launch-helper @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app-launcher-root>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/dbus-daemon-launch-helper>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue