aboutsummaryrefslogtreecommitdiffstats
path: root/dnsmasq.te
blob: 0e16580802c5783b70dff59e861e9416dc5f6a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# DNS, DHCP services
type dnsmasq, domain;
permissive_or_unconfined(dnsmasq)
type dnsmasq_exec, exec_type, file_type;

allow dnsmasq self:capability { net_bind_service setgid setuid };
allow dnsmasq self:tcp_socket create_socket_perms;

allow dnsmasq dhcp_data_file:dir w_dir_perms;
allow dnsmasq dhcp_data_file:file create_file_perms;
allow dnsmasq port:tcp_socket name_bind;
allow dnsmasq node:tcp_socket node_bind;