Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/security/selinux/ss/
Dservices.c77 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()
1213 static int context_struct_to_string(struct policydb *p, in context_struct_to_string() function
1273 rc = context_struct_to_string(p, &entry->context, scontext, in sidtab_entry_to_string()
1643 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context()
1969 if (!context_struct_to_string(policydb, context, &s, &len)) { in convert_context_handle_invalid_context()
2092 rc = context_struct_to_string(args->oldp, oldc, &s, &len); in services_convert_context()
3204 if (!context_struct_to_string(policydb, &newcon, &s, in security_sid_mls_copy()
/kernel/linux/linux-5.10/security/selinux/ss/
Dservices.c81 static int context_struct_to_string(struct policydb *policydb,
495 if (context_struct_to_string(policydb, scontext, in security_dump_masked_av()
499 if (context_struct_to_string(policydb, tcontext, in security_dump_masked_av()
1234 static int context_struct_to_string(struct policydb *p, in context_struct_to_string() function
1294 rc = context_struct_to_string(p, &entry->context, scontext, in sidtab_entry_to_string()
1671 if (context_struct_to_string(policydb, newcontext, &n, &nlen)) in compute_sid_handle_invalid_context()
2002 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 convert_context()
3254 if (!context_struct_to_string(policydb, &newcon, &s, in security_sid_mls_copy()