Profiles update.

This commit is contained in:
Alexandre Pujol 2021-05-06 16:44:49 +01:00
parent ae5f781175
commit 0d566a43b9
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
18 changed files with 77 additions and 22 deletions

View file

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

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