File: ead-dbus.conf

package info (click to toggle)
iwd 3.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,164 kB
  • sloc: ansic: 140,705; sh: 5,514; makefile: 714
file content (28 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- This configuration file specifies the required security policies
     for Ethernet daemon to work. -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- ../system.conf have denied everything, so we just punch some holes -->

  <policy user="root">
    <allow own="net.connman.ead"/>
    <allow send_destination="net.connman.ead"/>
    <allow send_interface="net.connman.ead.Agent"/>
  </policy>

  <policy group="sudo">
    <allow send_destination="net.connman.ead"/>
  </policy>

  <policy group="netdev">
    <allow send_destination="net.connman.ead"/>
  </policy>

  <policy context="default">
    <deny send_destination="net.connman.ead"/>
  </policy>

</busconfig>