You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added fallback selinux script to label binaries as unconfined in case the cfengine-enterprise module fails to install
In case the normal cfengine-enterprise policy module fails to install the scripts will run this new scripts to ensure that CFEngine can function even if SELinux is enforcing by labeling them as bin_t aka unconfined.
Ticket: ENT-12980
Changelog: title
# This script is intended to be used by the package scriptlets in case the selinux module fails to install
4
+
_prefix=${1:-/var/cfengine}
5
+
# find all executables in prefix(/var/cfengine default) which do not include a period(.) as that happens to work for us, catching cf-* in bin and things like apachectl.
0 commit comments