Searched refs:semanage_fcontext_modify_local (Results 1 – 5 of 5) 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 | 676 status = semanage.semanage_fcontext_modify_local(sh,key,fcon) 697 status = semanage.semanage_fcontext_modify_local(sh, key, old_fcontext)
|
/external/selinux/python/semanage/ |
D | seobject.py | 1917 rc = semanage_fcontext_modify_local(self.sh, k, fcontext) 1986 rc = semanage_fcontext_modify_local(self.sh, k, fcontext)
|