Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dfcontext_record.c144 semanage_fcontext_t *tmp_fcontext = in semanage_fcontext_create() local
147 if (!tmp_fcontext) { in semanage_fcontext_create()
153 tmp_fcontext->expr = NULL; in semanage_fcontext_create()
154 tmp_fcontext->type = SEMANAGE_FCONTEXT_ALL; in semanage_fcontext_create()
155 tmp_fcontext->con = NULL; in semanage_fcontext_create()
156 *fcontext = tmp_fcontext; in semanage_fcontext_create()