Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With RHEL7.3 the default module prefix causes problems in particular the following happens with ```puppet selinux::module { 'openshift-cvmfs': ensure => present, source => 'puppet:///modules/hg_paas/openshift-cvmfs.te', } ``` ``` Compiling targeted local_openshift-cvmfs module /usr/bin/checkmodule: loading policy configuration from tmp/local_openshift-cvmfs.tmp /usr/bin/checkmodule: Module name openshift-cvmfs is different than the output base filename local_openshift-cvmfs make: *** [tmp/local_openshift-cvmfs.mod] Error 1 ``` As far as I can ascertain the prefix only influences the file name and actual module name comes from what's inside the policy file. Anyone testing this may well runinto another selinux bug that is not a problem of this module. * [CERN ticket reference](https://its.cern.ch/jira/browse/AI-4745) * [Change in checkmodule](SELinuxProject/selinux@c6acfae#diff-9a0edd4c660062ff41e43d787595141d) * [puppet problem](https://bugzilla.redhat.com/show_bug.cgi?id=1391886) * [selinux bug](https://bugzilla.redhat.com/show_bug.cgi?id=1395222)
- Loading branch information