Searched refs:context_struct_to_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/security/selinux/ss/ |
D | services.c | 83 static int context_struct_to_string(struct policydb *policydb, 497 if (context_struct_to_string(policydb, scontext, in security_dump_masked_av() 501 if (context_struct_to_string(policydb, tcontext, in security_dump_masked_av() 1230 static int context_struct_to_string(struct policydb *p, in context_struct_to_string() function 1290 rc = context_struct_to_string(p, &entry->context, scontext, in sidtab_entry_to_string() 1672 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context() 2009 if (!context_struct_to_string(policydb, context, &s, &len)) { in convert_context_handle_invalid_context() 2135 rc = context_struct_to_string(args->oldp, oldc, &s, &len); in convert_context() 3268 if (!context_struct_to_string(policydb, &newcon, &s, in security_sid_mls_copy()
|