1. On each EDR server, find out if there are any SELinux security context mismatches:
/usr/share/cb/cbcheck selinux --mismatch
2. If there are no mismatches, do not proceed with these steps.
3. If mismatches are present, first ensure services are stopped by following the stop section in https://community.carbonblack.com/t5/Knowledge-Base/CB-Response-How-to-restart-server-services/ta-p/41294. Do not start services.
4. Apply the correct SELinux security contexts:
/usr/share/cb/cbcheck selinux --apply
5. Confirm there are no mismatches:
/usr/share/cb/cbcheck selinux --mismatch
6. Start services: https://community.carbonblack.com/t5/Knowledge-Base/CB-Response-How-to-restart-server-services/ta-p/41294