You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELinux is preventing /usr/sbin/pdns_server from name_bind access on the udp_socket port 12023
Other information
UPDATE: tracing the ansible run, .../tasks/selinux.yml is called and the 'allow pdns to bind to udp high ports' seport task is run but it seems not to have the desired effect.
From freenode/#selinux, a working solution seems to be something to the effect of:
Short description
SELinux (permissive) complains that if enforcing it would not allow pdns_server to bind to the random high v4/v6 UDP query/notify sockets.
Environment
Steps to reproduce
Expected behaviour
No SELinux complaints in journal
Actual behaviour
message in systemd journal:
Other information
UPDATE: tracing the ansible run, .../tasks/selinux.yml is called and the 'allow pdns to bind to udp high ports' seport task is run but it seems not to have the desired effect.
From freenode/#selinux, a working solution seems to be something to the effect of:
I'm not sure how to refine that to limit the range to 10000-20000 as listed in selinux.yml
My Ansible-fu is not sufficiently strong to submit a PR at this time.
The text was updated successfully, but these errors were encountered: