Any one else having issues starting the puppetmaster service after updating to 7.3? Looks like a SELinux issue, I couldn't find an existing bug report, but, seems like I shouldn't be the first one to trip on this issue. # grep puppet audit.log | audit2allow #============= puppetmaster_t =============allow puppetmaster_t puppetagent_exec_t:file { execute execute_no_trans getattr ioctl open read }; selinux-policy-3.13.1-102.el7_3.7.noarch selinux-policy-targeted-3.13.1-102.el7_3.7.noarch puppet-server-3.6.2-3.el7.noarch (from EPEL) puppet-3.6.2-3.el7.noarch (from EPEL)
On 01/03/2017 11:05 AM, Fred Wittekind wrote:> Any one else having issues starting the puppetmaster service after > updating to 7.3?I don't run puppet, but I've had new issues with a handful of services after the 7.3 updates. I'm starting to think an unintended change might have been included.
https://bugzilla.redhat.com/show_bug.cgi?id=1376893 On 1/3/2017 2:05 PM, Fred Wittekind wrote:> Any one else having issues starting the puppetmaster service after > updating to 7.3? > > Looks like a SELinux issue, I couldn't find an existing bug report, > but, seems like I shouldn't be the first one to trip on this issue. > > # grep puppet audit.log | audit2allow > > #============= puppetmaster_t =============> allow puppetmaster_t puppetagent_exec_t:file { execute > execute_no_trans getattr ioctl open read }; > > selinux-policy-3.13.1-102.el7_3.7.noarch > selinux-policy-targeted-3.13.1-102.el7_3.7.noarch > puppet-server-3.6.2-3.el7.noarch (from EPEL) > puppet-3.6.2-3.el7.noarch (from EPEL) >