Searched refs:context_struct_to_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/security/selinux/ss/ |
D | services.c | 77 static int context_struct_to_string(struct policydb *policydb, 491 if (context_struct_to_string(policydb, scontext, in security_dump_masked_av() 495 if (context_struct_to_string(policydb, tcontext, in security_dump_masked_av() 1212 static int context_struct_to_string(struct policydb *p, in context_struct_to_string() function 1272 rc = context_struct_to_string(p, &entry->context, scontext, in sidtab_entry_to_string() 1653 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context() 1981 if (!context_struct_to_string(policydb, context, &s, &len)) { in convert_context_handle_invalid_context() 2104 rc = context_struct_to_string(args->oldp, oldc, &s, &len); in services_convert_context() 3216 if (!context_struct_to_string(policydb, &newcon, &s, in security_sid_mls_copy()
|