Searched defs:selinux_child_state (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_selinux.c560 struct selinux_child_state { struct
568 static errno_t selinux_child_create_buffer(struct selinux_child_state *state);
569 static errno_t selinux_fork_child(struct selinux_child_state *state);
581 struct selinux_child_state *state;
584 req = tevent_req_create(mem_ctx, &state, struct selinux_child_state);
645 static errno_t selinux_child_create_buffer(struct selinux_child_state *state)
687 static errno_t selinux_fork_child(struct selinux_child_state *state)
746 struct selinux_child_state *state;
750 state = tevent_req_data(req, struct selinux_child_state);
773 struct selinux_child_state *stat
[all...]

Completed in 13 milliseconds