fix(profiles): fix some abstraction definitions.
This commit is contained in:
parent
393e339b48
commit
56afb90084
3 changed files with 11 additions and 18 deletions
|
|
@ -2,7 +2,9 @@
|
|||
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
unix (bind, listen) type=stream addr="@/tmp/dbus-*",
|
||||
unix (connect, send, receive, accept)
|
||||
type=stream
|
||||
addr="@/tmp/dbus-*",
|
||||
|
||||
unix (connect, receive, send, accept)
|
||||
type=stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue