summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_selinux.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-03-16 11:48:39 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-24 21:03:41 +0100
commit6dff95bdfe437afc0b62b5270d0d84140981c786 (patch)
tree887f95d15a683e3677d9dfa4e396ba1f9218eee7 /src/providers/ipa/ipa_selinux.c
parentfdfe33975cd902bf7a334e49f2667f6346c4e6ae (diff)
downloadsssd-6dff95bdfe437afc0b62b5270d0d84140981c786.tar.gz
sssd-6dff95bdfe437afc0b62b5270d0d84140981c786.tar.xz
sssd-6dff95bdfe437afc0b62b5270d0d84140981c786.zip
IPA: Remove the ipa_hbac_treat_deny_as option
https://fedorahosted.org/sssd/ticket/2603 Since deny rules are no longer supported on the server, the client should no longer support them either. Remove the option. Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/ipa/ipa_selinux.c')
-rw-r--r--src/providers/ipa/ipa_selinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_selinux.c b/src/providers/ipa/ipa_selinux.c
index 516e31a19..3e9efee32 100644
--- a/src/providers/ipa/ipa_selinux.c
+++ b/src/providers/ipa/ipa_selinux.c
@@ -1557,7 +1557,7 @@ static void ipa_get_selinux_maps_done(struct tevent_req *subreq)
DEBUG(SSSDBG_TRACE_FUNC, "SELinux maps referenced an HBAC rule. "
"Need to refresh HBAC rules\n");
- subreq = ipa_hbac_rule_info_send(state, false, state->be_ctx->ev,
+ subreq = ipa_hbac_rule_info_send(state, state->be_ctx->ev,
sdap_id_op_handle(state->op),
id_ctx->sdap_id_ctx->opts,
state->selinux_ctx->hbac_search_bases,