Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dmatchpathcon.c507 char * fcontext = NULL; in selinux_file_context_verify() local
532 if (selabel_lookup_raw(hnd, &fcontext, path, mode) != 0) { in selinux_file_context_verify()
544 rc = (selinux_file_context_cmp(fcontext, con) == 0); in selinux_file_context_verify()
548 freecon(fcontext); in selinux_file_context_verify()