diff options
author | Jan Cholasta <jcholast@redhat.com> | 2016-01-15 08:07:21 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-02-11 18:40:39 +0100 |
commit | b3411dc985c26146c91c2733ebdc0c098ec22266 (patch) | |
tree | db3ae71c190b6d76b76be8458a99f3cc39b5aa18 /install | |
parent | 87ee451c7d9b311192893b2a2c82d8d757281fa6 (diff) | |
download | freeipa-b3411dc985c26146c91c2733ebdc0c098ec22266.tar.gz freeipa-b3411dc985c26146c91c2733ebdc0c098ec22266.tar.xz freeipa-b3411dc985c26146c91c2733ebdc0c098ec22266.zip |
replica promotion: fix AVC denials in remote connection check
Also move com.redhat.idm.trust-fetch-domains to /usr/libexec/ipa/oddjob.
https://fedorahosted.org/freeipa/ticket/5550
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'install')
-rw-r--r-- | install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf b/install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf index 17817de09..bc2e8d191 100644 --- a/install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf +++ b/install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf @@ -10,7 +10,7 @@ </interface> <interface name="com.redhat.idm.trust"> <method name="fetch_domains"> - <helper exec="/usr/libexec/ipa/com.redhat.idm.trust-fetch-domains" + <helper exec="/usr/libexec/ipa/oddjob/com.redhat.idm.trust-fetch-domains" arguments="1" argument_passing_method="cmdline" prepend_user_name="no"/> |