Actions
Bug #17460
closedSet node.rb file context for Puppet 4
Difficulty:
Triaged:
Bugzilla link:
Description
/etc/puppetlabs/puppet/node.rb requires to be labeled with foreman_enc_t
(the same as is /etc/puppet/node.rb)
- bzcat /etc/selinux/targeted/active/modules/400/foreman/cil | grep /etc/puppet
(filecon "/etc/puppet/node.rb" any (system_u object_r foreman_enc_t ((s0) (s0))))
- ll
Z `find /etc/puppetlabs/ -name node.rb`. puppet puppet system_u:object_r:puppet_etc_t:s0 /etc/puppetlabs/puppet/node.rb
-r-xr-x--
Version-Release number of selected component (if applicable):
@satellite-6.3.0-6.1.beta.el7sat.noarch
foreman-selinux-1.13.1-1.el7.noarch
Steps to Reproduce:
ll -Z /etc/puppetlabs/puppet/node.rb
Actions