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

/linux-master/security/selinux/ss/
H A Dservices.c77 static int context_struct_to_string(struct policydb *policydb,
491 if (context_struct_to_string(policydb, scontext,
495 if (context_struct_to_string(policydb, tcontext,
1213 static int context_struct_to_string(struct policydb *p, function
1273 rc = context_struct_to_string(p, &entry->context, scontext,
1654 if (context_struct_to_string(policydb, newcontext, &n, &nlen))
1980 if (!context_struct_to_string(policydb, context, &s, &len)) {
2103 rc = context_struct_to_string(args->oldp, oldc, &s, &len);
3215 if (!context_struct_to_string(policydb, &newcon, &s,

Completed in 113 milliseconds