semanage fcontext -a -t var_log_t '/var/opt/hc(/check_health\.sh\.log.*)?'
restorecon -Frv /var/opt/hc/
But only when SELinux runs in enforced mode
Fix should be:
```
semanage fcontext -a -t var_log_t '/var/opt/hc(/check_health\.sh\.log.*)?'
restorecon -Frv /var/opt/hc/
```
But only when SELinux runs in *enforced* mode
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix should be:
But only when SELinux runs in enforced mode
How to create a new policy module:
Fixed in
c08d63cb34