mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
Add xdg-dbus-proxy.
This commit is contained in:
parent
9f17f48c6e
commit
f3a982fdf6
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…
Reference in New Issue
Block a user