12 lines
445 B
Plaintext
12 lines
445 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 context="default">
|
|
<allow send_interface="org.freedesktop.GeoClue2.Agent"
|
|
send_path="/org/freedesktop/GeoClue2/Agent"/>
|
|
<allow send_interface="org.freedesktop.DBus.Properties"
|
|
send_path="/org/freedesktop/GeoClue2/Agent"/>
|
|
</policy>
|
|
</busconfig>
|