mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
revertL dbus session unix address.
This commit is contained in:
parent
360230b2a5
commit
261778dbb3
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue