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
When redis installed from sources, SELinux context type of redis-server binary is bin_t which makes the process run unconfined. redis_exec_t file context must be used for redis-server binary or context configured with processmanager (systemd)
🥞 Cookbook version
4.2.0
👩🍳 Chef-Infra Version
Chef Infra Client: 15.12.22
🎩 Platform details
CentOS Linux release 7.9.2009 (Core)
Selinux in enforcing mode
👻 Brief Description
When redis installed from sources, SELinux context type of
redis-server
binary isbin_t
which makes the process run unconfined.redis_exec_t
file context must be used for redis-server binary or context configured with processmanager (systemd)🥞 Cookbook version
4.2.0
👩🍳 Chef-Infra Version
Chef Infra Client: 15.12.22
🎩 Platform details
CentOS Linux release 7.9.2009 (Core)
Selinux in enforcing mode
Steps To Reproduce
Steps to reproduce the behavior:
ps axZ | grep redis-server
Service running unconfined
🚓 Expected behavior
When running
ps axZ | grep redis-server
output should be like this:redis running under the
system_u:system_r:redis_t
context.The text was updated successfully, but these errors were encountered: