Home
last modified time | relevance | path

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

/external/selinux/libsemanage/include/semanage/
Dports_local.h9 extern int semanage_port_modify_local(semanage_handle_t * handle,
/external/selinux/libsemanage/tests/
Dtest_port.c188 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/
Dports_local.c15 int semanage_port_modify_local(semanage_handle_t * handle, in semanage_port_modify_local() function
Dlibsemanage.map235 semanage_port_modify_local;
Dpywrap-test.py645 status = semanage.semanage_port_modify_local(sh, key, port)
667 status = semanage.semanage_port_modify_local(sh, key, old_port)
Dsemanageswig_python_exception.i1650 %exception semanage_port_modify_local {
/external/selinux/python/semanage/
Dseobject.py1148 rc = semanage_port_modify_local(self.sh, k, p)
1196 rc = semanage_port_modify_local(self.sh, k, p)