Searched refs:context_struct_to_string (Results 1 – 1 of 1) sorted by relevance
/linux/security/selinux/ss/ |
H A 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() 1240 static int context_struct_to_string(struct policydb *p, in context_struct_to_string() function 1300 rc = context_struct_to_string(p, &entry->context, scontext, in sidtab_entry_to_string() 1681 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() 2132 rc = context_struct_to_string(args->oldp, oldc, &s, &len); in services_convert_context() 3242 if (!context_struct_to_string(policydb, &newcon, &s, in security_sid_mls_copy()
|