Home
last modified time | relevance | path

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

/external/selinux/libsemanage/include/semanage/
Dfcontexts_local.h13 extern int semanage_fcontext_del_local(semanage_handle_t * handle,
/external/selinux/libsemanage/src/
Dfcontexts_local.c27 int semanage_fcontext_del_local(semanage_handle_t * handle, in semanage_fcontext_del_local() function
Dsemanageswig_python_exception.i1631 %exception semanage_fcontext_del_local {
Dpywrap-test.py779 status = semanage.semanage_fcontext_del_local(sh, key)
/external/selinux/libsemanage/tests/
Dtest_fcontext.c259 CU_ASSERT_FATAL(semanage_fcontext_del_local(sh, key) >= 0); in delete_local_fcontext()
806 CU_ASSERT(semanage_fcontext_del_local(sh, key) >= 0); in helper_fcontext_modify_del_local()
/external/selinux/python/semanage/
Dseobject.py2564 rc = semanage_fcontext_del_local(self.sh, k)
2600 rc = semanage_fcontext_del_local(self.sh, k)