Actions
Bug #30849
openCleanup DNS rules
Description
We allow bind of all ports while we should probably only allow high ports. This was allowed in #8030.
Updated by Lukas Zapletal over 4 years ago
- Related to Bug #8030: Permission denied - bind(2) on DNS lookup when creating a host added
Updated by Lukas Zapletal over 4 years ago
I think we still need those rules tho. This is in `dnsmasq.te`, a DNS server:
corenet_all_recvfrom_netlabel(dnsmasq_t) corenet_tcp_sendrecv_generic_if(dnsmasq_t) corenet_udp_sendrecv_generic_if(dnsmasq_t) corenet_raw_sendrecv_generic_if(dnsmasq_t) corenet_tcp_sendrecv_generic_node(dnsmasq_t) corenet_udp_sendrecv_generic_node(dnsmasq_t) corenet_raw_sendrecv_generic_node(dnsmasq_t) corenet_tcp_sendrecv_all_ports(dnsmasq_t) corenet_udp_sendrecv_all_ports(dnsmasq_t) corenet_tcp_bind_generic_node(dnsmasq_t) corenet_udp_bind_generic_node(dnsmasq_t)
Actions