Searched refs:semanage_port_modify_local (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsemanage/include/semanage/ |
D | ports_local.h | 9 extern int semanage_port_modify_local(semanage_handle_t * handle,
|
/external/selinux/libsemanage/tests/ |
D | test_port.c | 188 CU_ASSERT_FATAL(semanage_port_modify_local(sh, key, port) >= 0); in add_local_port() 606 CU_ASSERT(semanage_port_modify_local(sh, key, port) >= 0); in test_port_modify_del_local() 847 CU_ASSERT(semanage_port_modify_local(sh, key1, port1) >= 0); in helper_port_validate_local_twoports() 848 CU_ASSERT(semanage_port_modify_local(sh, key2, port2) >= 0); in helper_port_validate_local_twoports()
|
/external/selinux/libsemanage/src/ |
D | ports_local.c | 15 int semanage_port_modify_local(semanage_handle_t * handle, in semanage_port_modify_local() function
|
D | libsemanage.map | 235 semanage_port_modify_local;
|
D | pywrap-test.py | 645 status = semanage.semanage_port_modify_local(sh, key, port) 667 status = semanage.semanage_port_modify_local(sh, key, old_port)
|
D | semanageswig_python_exception.i | 1650 %exception semanage_port_modify_local {
|
/external/selinux/python/semanage/ |
D | seobject.py | 1148 rc = semanage_port_modify_local(self.sh, k, p) 1196 rc = semanage_port_modify_local(self.sh, k, p)
|