https://bugzilla.redhat.com/show_bug.cgi?id=1427019 --- Comment #5 from Emmanuel Seyman <emmanuel@xxxxxxxxx> --- Having tried pretty much every other option, I came back to the selinux thing. I have a selinux file that reads: module my-editparamscgi 1.0; require { type bugzilla_script_t; class netlink_route_socket create; class udp_socket create; } #============= bugzilla_script_t ============== allow bugzilla_script_t self:netlink_route_socket create; #!!!! This avc is allowed in the current policy allow bugzilla_script_t self:udp_socket create; With this, I can change the smtpserver anyway I want (provided smtp_username and smtp_password have valid contents) but that doesn't seem very different from what you tried. I'll run more tests. -- 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