summaryrefslogtreecommitdiffstats
path: root/install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf
blob: 17817de09339c2e71eaee38c430da2fa8482e008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<oddjobconfig>
  <service name="com.redhat.idm.trust">
    <allow user="root"/>
    <allow user="apache"/>
    <object name="/">
      <interface name="org.freedesktop.DBus.Introspectable">
        <allow min_uid="0" max_uid="0"/>
        <!-- <method name="Introspect"/> -->
      </interface>
      <interface name="com.redhat.idm.trust">
        <method name="fetch_domains">
          <helper exec="/usr/libexec/ipa/com.redhat.idm.trust-fetch-domains"
		  arguments="1"
                  argument_passing_method="cmdline"
		  prepend_user_name="no"/>
        </method>
      </interface>
    </object>
  </service>
</oddjobconfig>