mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-07 18:55:15 +01:00
19 lines
789 B
Text
19 lines
789 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
dbus send bus=accessibility path=/org/freedesktop/DBus
|
|
interface=org.freedesktop.DBus
|
|
member={Hello,AddMatch,RemoveMatch,GetNameOwner,NameHasOwner,StartServiceByName}
|
|
peer=(name=org.freedesktop.DBus, label=dbus-accessibility),
|
|
|
|
dbus send bus=accessibility path=/org/freedesktop/DBus
|
|
interface=org.freedesktop.DBus
|
|
member={RequestName,ReleaseName}
|
|
peer=(name=org.freedesktop.DBus, label=dbus-accessibility),
|
|
|
|
owner @{run}/user/@{uid}/at-spi/ rw,
|
|
owner @{run}/user/@{uid}/at-spi/bus rw,
|
|
owner @{run}/user/@{uid}/at-spi/bus_@{int} rw,
|
|
|
|
include if exists <abstractions/bus-accessibility.d>
|