mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-12-25 23:00:12 +00:00
15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
<!DOCTYPE busconfig PUBLIC
|
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<policy user="root">
|
|
<allow own="org.libwebsockets.wsclientproxy"/>
|
|
<allow send_destination="org.libwebsockets.wsclientproxy"/>
|
|
</policy>
|
|
<policy context="default">
|
|
<deny own="org.libwebsockets.wsclientproxy"/>
|
|
<deny send_destination="org.libwebsockets.wsclientproxy"/>
|
|
</policy>
|
|
</busconfig>
|
|
|