mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
refractor(dbus): remove old dbus additions.
This commit is contained in:
parent
1cf268b770
commit
55a1fb6f9c
@ -1,8 +0,0 @@
|
|||||||
# apparmor.d - Full set of apparmor profiles
|
|
||||||
# Copyright (C) 2023 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={RequestName,ReleaseName}
|
|
||||||
peer=(name=org.freedesktop.DBus, label=dbus-daemon),
|
|
@ -1,20 +0,0 @@
|
|||||||
# apparmor.d - Full set of apparmor profiles
|
|
||||||
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
|
||||||
|
|
||||||
unix (connect, send, receive, accept) type=stream addr="@/tmp/dbus-????????",
|
|
||||||
unix (bind, listen) type=stream addr="@/tmp/dbus-????????",
|
|
||||||
|
|
||||||
unix (connect, send, receive, accept) type=stream peer=(addr="@/tmp/dbus-????????"),
|
|
||||||
|
|
||||||
dbus send bus=session path=/org/freedesktop/DBus
|
|
||||||
interface=org.freedesktop.DBus
|
|
||||||
member={RequestName,ReleaseName}
|
|
||||||
peer=(name=org.freedesktop.DBus, label=dbus-daemon),
|
|
||||||
|
|
||||||
owner @{run}/user/@{uid}/at-spi/ rw,
|
|
||||||
owner @{run}/user/@{uid}/at-spi/bus rw,
|
|
||||||
owner @{run}/user/@{uid}/at-spi/bus_@{int} rw,
|
|
||||||
|
|
||||||
owner /tmp/dbus-@{rand8} rw,
|
|
||||||
owner /tmp/dbus-@{rand10} rw,
|
|
@ -1,8 +0,0 @@
|
|||||||
# apparmor.d - Full set of apparmor profiles
|
|
||||||
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
|
||||||
|
|
||||||
dbus send bus=system path=/org/freedesktop/DBus
|
|
||||||
interface=org.freedesktop.DBus
|
|
||||||
member={RequestName,ReleaseName}
|
|
||||||
peer=(name=org.freedesktop.DBus, label=dbus-daemon),
|
|
Loading…
Reference in New Issue
Block a user