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
In my case under ScientificLinux 7, which I think should be the same as RHEL/CentOS 7, the te should be:
module local 1.0;
require {
type container_runtime_t;
type container_t;
class unix_stream_socket connectto;
}
#============= container_t ==============
#!!!! The file '/run/docker.sock' is mislabeled on your system.
#!!!! Fix with $ restorecon -R -v /run/docker.sock
allow container_t container_runtime_t:unix_stream_socket connectto;
The text was updated successfully, but these errors were encountered:
In my case under ScientificLinux 7, which I think should be the same as RHEL/CentOS 7, the
te
should be:The text was updated successfully, but these errors were encountered: