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

/sssd/src/providers/ipa/
H A Dselinux_child.c37 const char *mls_range; member in struct:input_buffer
65 DEBUG(SSSDBG_TRACE_INTERNAL, "mls_range length: %d\n", len);
73 ibuf->mls_range = talloc_strndup(ibuf, (char *)(buf + p), len);
74 if (ibuf->mls_range == NULL) return ENOMEM;
75 DEBUG(SSSDBG_TRACE_INTERNAL, "mls_range: %s\n", ibuf->mls_range);
182 strcmp(db_mls_range, ibuf->mls_range) == 0) {
325 ret = sc_set_seuser(ibuf->username, ibuf->seuser, ibuf->mls_range);
H A Dipa_selinux.c140 const char *mls_range; member in struct:selinux_child_input
495 const char *mls_range; local
506 /* Split seuser and mls_range */
518 /* No mls_range specified */
519 mls_range = "";
522 mls_range = ptr + 1;
545 sci->mls_range = talloc_strdup(sci, mls_range);
547 if (sci->seuser == NULL || sci->mls_range == NULL
653 mls_range_len = strlen(state->sci->mls_range);
[all...]
/sssd/src/util/
H A Dsss_semanage.c375 const char *mls_range; local
414 mls_range = semanage_seuser_get_mlsrange(sm_user);
415 if (mls_range != NULL) {
416 *_mls_range = talloc_strdup(mem_ctx, mls_range);

Completed in 1477 milliseconds