Closed janzarsky closed 5 years ago
Describe the bug When running udica on container with ports that are part of a range, it crashes. For example port 8612 is part of a range 8610-8614.
To Reproduce Steps to reproduce the behavior:
Expected behavior no traceback
Additional context $ seinfo --portcon 8612 Portcon: 5 portcon sctp 1024-65535 system_u:object_r:unreserved_port_t:s0 portcon tcp 1024-32767 system_u:object_r:unreserved_port_t:s0 portcon tcp 8610-8614 system_u:object_r:ipp_port_t:s0 portcon udp 1024-32767 system_u:object_r:unreserved_port_t:s0 portcon udp 8610-8614 system_u:object_r:ipp_port_t:s0
The same thing happens when running with port that has no context, for example 35000.
Describe the bug When running udica on container with ports that are part of a range, it crashes. For example port 8612 is part of a range 8610-8614.
To Reproduce Steps to reproduce the behavior:
Expected behavior no traceback
Additional context $ seinfo --portcon 8612 Portcon: 5 portcon sctp 1024-65535 system_u:object_r:unreserved_port_t:s0 portcon tcp 1024-32767 system_u:object_r:unreserved_port_t:s0 portcon tcp 8610-8614 system_u:object_r:ipp_port_t:s0 portcon udp 1024-32767 system_u:object_r:unreserved_port_t:s0 portcon udp 8610-8614 system_u:object_r:ipp_port_t:s0
The same thing happens when running with port that has no context, for example 35000.