Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dport_record.c155 int semanage_port_create(semanage_handle_t * handle, in hidden_def()
162 hidden_def(semanage_port_create) in hidden_def() argument
184 .create = semanage_port_create,
Dport_internal.h11 hidden_proto(semanage_port_create)
Dsemanageswig_python_exception.i920 %exception semanage_port_create {
Dpywrap-test.py569 (status, port) = semanage.semanage_port_create(sh)
/external/selinux/libsemanage/tests/
Dtest_port.c413 CU_ASSERT(semanage_port_create(sh, &port) >= 0); in test_port_create()
434 CU_ASSERT(semanage_port_create(sh, &port) >= 0); in test_port_clone()
809 CU_ASSERT(semanage_port_create(sh, &port1) >= 0); in helper_port_validate_local_twoports()
810 CU_ASSERT(semanage_port_create(sh, &port2) >= 0); in helper_port_validate_local_twoports()
861 CU_ASSERT(semanage_port_create(sh, &port1) >= 0); in helper_port_validate_local_proto()
862 CU_ASSERT(semanage_port_create(sh, &port2) >= 0); in helper_port_validate_local_proto()
863 CU_ASSERT(semanage_port_create(sh, &port3) >= 0); in helper_port_validate_local_proto()
/external/selinux/libsemanage/include/semanage/
Dport_record.h63 extern int semanage_port_create(semanage_handle_t * handle,
/external/selinux/python/semanage/
Dseobject.py1115 (rc, p) = semanage_port_create(self.sh)