mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
revertL dbus session unix address.
This commit is contained in:
parent
360230b2a5
commit
261778dbb3
@ -2,10 +2,10 @@
|
||||
# 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 addr="@/tmp/dbus-????????",
|
||||
unix (bind, listen) type=stream addr="@/tmp/dbus-????????",
|
||||
|
||||
unix (connect, send, receive, accept) type=stream peer=(addr="@/tmp/dbus-??????????"),
|
||||
unix (connect, send, receive, accept) type=stream peer=(addr="@/tmp/dbus-????????"),
|
||||
|
||||
owner @{run}/user/@{uid}/at-spi/ rw,
|
||||
owner @{run}/user/@{uid}/at-spi/bus rw,
|
||||
|
Loading…
Reference in New Issue
Block a user