summaryrefslogtreecommitdiffstats
path: root/install/oddjob/etc/dbus-1/system.d/org.freeipa.server.conf
blob: 577611f01661b09f408fc8d3888e0078bbbb82b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">

<busconfig>

  <policy user="root">
    <allow own="org.freeipa.server"/>

    <allow send_destination="org.freeipa.server" send_interface="org.freeipa.server"/>
  </policy>

  <policy user="ipaapi">
    <allow send_destination="org.freeipa.server" send_interface="org.freeipa.server"/>
  </policy>

  <policy context="default">
    <allow send_destination="org.freeipa.server" send_interface="org.freedesktop.DBus.Introspectable"/>
  </policy>

</busconfig>