Searched refs:semanage_fcontext_set_con (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsemanage/example/ |
D | test_fcontext.c | 56 if (semanage_fcontext_set_con(sh, fcontext, con) < 0) { in main()
|
/external/selinux/libsemanage/include/semanage/ |
D | fcontext_record.h | 64 extern int semanage_fcontext_set_con(semanage_handle_t * handle,
|
/external/selinux/libsemanage/src/ |
D | fcontexts_file.c | 139 if (con && semanage_fcontext_set_con(handle, fcontext, con) < 0) in fcontext_parse()
|
D | fcontext_record.c | 229 int semanage_fcontext_set_con(semanage_handle_t * handle, in semanage_fcontext_set_con() function
|
D | libsemanage.map | 76 semanage_fcontext_set_con;
|
D | semanageswig_python_exception.i | 1426 %exception semanage_fcontext_set_con {
|
D | pywrap-test.py | 734 status = semanage.semanage_fcontext_set_con(sh, fcon, con)
|
/external/selinux/libsemanage/tests/ |
D | test_fcontext.c | 449 CU_ASSERT(semanage_fcontext_set_con(sh, fcontext, con) >= 0); in helper_fcontext_get_set_con() 773 CU_ASSERT(semanage_fcontext_set_con(sh, fcontext, con) >= 0); in helper_fcontext_modify_del_local()
|
/external/selinux/python/semanage/ |
D | seobject.py | 2465 rc = semanage_fcontext_set_con(self.sh, fcontext, con) 2537 rc = semanage_fcontext_set_con(self.sh, fcontext, con) 2541 rc = semanage_fcontext_set_con(self.sh, fcontext, None)
|