• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/config/
1<!DOCTYPE busconfig PUBLIC
2          "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3          "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4<busconfig>
5
6  <!-- Only root can own AFP stats service -->
7  <policy user="root">
8    <allow own="org.netatalk.AFPStats"/>
9  </policy>
10
11  <!-- Allow anyone to invoke methods on time-sliderd -->
12  <policy context="default">
13    <allow send_destination="org.netatalk.AFPStats"/>
14    <allow receive_sender="org.netatalk.AFPStats"/>
15  </policy>
16
17</busconfig>
18