Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/ss/
Dmls.c259 struct context *defcon; in mls_context_to_sid() local
264 defcon = sidtab_search(s, def_sid); in mls_context_to_sid()
265 if (!defcon) in mls_context_to_sid()
268 rc = mls_context_cpy(context, defcon); in mls_context_to_sid()