Searched refs:semanage_fcontext_modify_local (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsemanage/include/semanage/ |
D | fcontexts_local.h | 9 extern int semanage_fcontext_modify_local(semanage_handle_t * handle,
|
/external/selinux/libsemanage/example/ |
D | test_fcontext.c | 63 if(semanage_fcontext_modify_local(sh, k, fcontext) < 0) { in main()
|
/external/selinux/libsemanage/src/ |
D | fcontexts_local.c | 18 int semanage_fcontext_modify_local(semanage_handle_t * handle, in semanage_fcontext_modify_local() function
|
D | pywrap-test.py | 764 status = semanage.semanage_fcontext_modify_local(sh, key, fcon) 786 status = semanage.semanage_fcontext_modify_local(sh, key, old_fcontext)
|
D | semanageswig_python_exception.i | 1622 %exception semanage_fcontext_modify_local {
|
/external/selinux/libsemanage/tests/ |
D | test_fcontext.c | 248 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/ |
D | seobject.py | 2461 rc = semanage_fcontext_modify_local(self.sh, k, fcontext) 2532 rc = semanage_fcontext_modify_local(self.sh, k, fcontext)
|