Searched refs:context_struct_to_string (Results 1 – 1 of 1) sorted by relevance
/linux-5.10/security/selinux/ss/ |
D | services.c | 70 static int context_struct_to_string(struct policydb *policydb, 484 if (context_struct_to_string(policydb, scontext, in security_dump_masked_av() 488 if (context_struct_to_string(policydb, tcontext, in security_dump_masked_av() 1219 static int context_struct_to_string(struct policydb *p, in context_struct_to_string() function 1279 rc = context_struct_to_string(p, &entry->context, scontext, in sidtab_entry_to_string() 1646 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context() 1970 if (!context_struct_to_string(policydb, context, &s, &len)) { in convert_context_handle_invalid_context() 2105 rc = context_struct_to_string(args->oldp, oldc, &s, &len); in convert_context() 3166 if (!context_struct_to_string(policydb, &newcon, &s, in security_sid_mls_copy()
|