blob: 8f2452e8b2e246ecd48476f06f8dc838449149dd [file] [log] [blame]
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Only certain user can own the tlsdated service -->
<policy user="root">
<allow own="org.torproject.tlsdate"/>
</policy>
<!-- Allow anyone in the given group to invoke methods -->
<policy group="adm">
<allow send_destination="org.torproject.tlsdate"
send_interface="org.torproject.tlsdate"
send_member="TimeUpdated"/>
</policy>
<!-- Disallow anyone to invoke methods on tlsdated interface -->
<policy context="default">
<deny send_destination="org.torproject.tlsdate" />
</policy>
</busconfig>