Home
last modified time | relevance | path

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

/external/selinux/libsemanage/include/semanage/
Dfcontexts_local.h16 extern int semanage_fcontext_query_local(semanage_handle_t * handle,
/external/selinux/libsemanage/src/
Dfcontexts_local.c35 int semanage_fcontext_query_local(semanage_handle_t * handle, in semanage_fcontext_query_local() function
Dpywrap-test.py753 (status, old_fcontext) = semanage.semanage_fcontext_query_local(sh, key)
/external/selinux/python/semanage/
Dseobject.py2494 (rc, fcontext) = semanage_fcontext_query_local(self.sh, k)