mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-06 14:00:31 +01:00
14 lines
492 B
Text
14 lines
492 B
Text
|
|
<!DOCTYPE busconfig PUBLIC
|
||
|
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
||
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||
|
|
<busconfig>
|
||
|
|
<policy context="default">
|
||
|
|
<allow own="org.x.config.display0"/>
|
||
|
|
<allow send_destination="org.x.config.display0"/>
|
||
|
|
<allow send_interface="org.x.config.display0"/>
|
||
|
|
<allow own="org.x.config.display1"/>
|
||
|
|
<allow send_destination="org.x.config.display1"/>
|
||
|
|
<allow send_interface="org.x.config.display1"/>
|
||
|
|
</policy>
|
||
|
|
</busconfig>
|