Home
last modified time | relevance | path

Searched refs:context_struct_to_string (Results 1 – 1 of 1) sorted by relevance

/security/selinux/ss/
Dservices.c79 static int context_struct_to_string(struct policydb *policydb,
493 if (context_struct_to_string(policydb, scontext, in security_dump_masked_av()
497 if (context_struct_to_string(policydb, tcontext, in security_dump_masked_av()
1218 static int context_struct_to_string(struct policydb *p, in context_struct_to_string() function
1278 rc = context_struct_to_string(p, &entry->context, scontext, in sidtab_entry_to_string()
1659 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context()
1993 if (!context_struct_to_string(policydb, context, &s, &len)) { in convert_context_handle_invalid_context()
2116 rc = context_struct_to_string(args->oldp, oldc, &s, &len); in services_convert_context()
3233 if (!context_struct_to_string(policydb, &newcon, &s, in security_sid_mls_copy()