feat(abs): update some abstractions.
This commit is contained in:
parent
310f36f433
commit
5dbc42aaab
8 changed files with 51 additions and 38 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…
Add table
Add a link
Reference in a new issue