Home
last modified time | relevance | path

Searched refs:mls_convert_context (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/security/selinux/ss/
Dmls.h42 int mls_convert_context(struct policydb *oldp, struct policydb *newp,
Dmls.c439 int mls_convert_context(struct policydb *oldp, struct policydb *newp, in mls_convert_context() function
Dservices.c2070 rc = mls_convert_context(args->oldp, args->newp, oldc, newc); in services_convert_context()