Home
last modified time | relevance | path

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

/external/selinux/libsemanage/include/semanage/
Dfcontexts_local.h9 extern int semanage_fcontext_modify_local(semanage_handle_t * handle,
/external/selinux/libsemanage/example/
Dtest_fcontext.c63 if(semanage_fcontext_modify_local(sh, k, fcontext) < 0) { in main()
/external/selinux/libsemanage/src/
Dfcontexts_local.c18 int semanage_fcontext_modify_local(semanage_handle_t * handle, in semanage_fcontext_modify_local() function
Dpywrap-test.py764 status = semanage.semanage_fcontext_modify_local(sh, key, fcon)
786 status = semanage.semanage_fcontext_modify_local(sh, key, old_fcontext)
Dsemanageswig_python_exception.i1622 %exception semanage_fcontext_modify_local {
/external/selinux/libsemanage/tests/
Dtest_fcontext.c248 CU_ASSERT_FATAL(semanage_fcontext_modify_local(sh, key, fcontext) >= 0); in add_local_fcontext()
792 res = semanage_fcontext_modify_local(sh, key, fcontext); in helper_fcontext_modify_del_local()
/external/selinux/python/semanage/
Dseobject.py2461 rc = semanage_fcontext_modify_local(self.sh, k, fcontext)
2532 rc = semanage_fcontext_modify_local(self.sh, k, fcontext)