Add xdg-dbus-proxy.

This commit is contained in:
Alexandre Pujol 2021-04-04 21:28:39 +01:00
parent 9f17f48c6e
commit f3a982fdf6
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

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/xdg-dbus-proxy
profile xdg-dbus-proxy @{exec_path} flags=(complain) {
include <abstractions/base>
@{exec_path} r,
owner @{run}/firejail/dbus/[0-9]*/[0-9]*-user rw,
include if exists <local/xdg-dbus-proxy>
}