Add xdg-dbus-proxy.
This commit is contained in:
parent
9f17f48c6e
commit
f3a982fdf6
1 changed files with 18 additions and 0 deletions
18
apparmor.d/profiles-m-z/xdg-dbus-proxy
Normal file
18
apparmor.d/profiles-m-z/xdg-dbus-proxy
Normal 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>
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue