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

/sssd-io/src/providers/ipa/
H A Dipa_selinux.c561 struct selinux_child_state { struct
569 static errno_t selinux_child_create_buffer(struct selinux_child_state *state);
570 static errno_t selinux_fork_child(struct selinux_child_state *state);
582 struct selinux_child_state *state;
585 req = tevent_req_create(mem_ctx, &state, struct selinux_child_state);
646 static errno_t selinux_child_create_buffer(struct selinux_child_state *state)
688 static errno_t selinux_fork_child(struct selinux_child_state *state)
747 struct selinux_child_state *state;
751 state = tevent_req_data(req, struct selinux_child_state);
774 struct selinux_child_state *stat
[all...]

Completed in 20 milliseconds