https://bugzilla.redhat.com/show_bug.cgi?id=1427019 --- Comment #4 from Hugh <hughbragg@xxxxxxxxxx> --- I added these rules, but I still get the same error. No more selinux complaints and nothing in the httpd logs either. module local-bugzilla 1.0; require { type bugzilla_script_t; class netlink_route_socket { bind create getattr }; class udp_socket { connect create }; } #============= bugzilla_script_t ============== allow bugzilla_script_t self:netlink_route_socket { bind create getattr }; allow bugzilla_script_t self:udp_socket { connect create }; -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx