selinux change

This commit is contained in:
Adil Hafeez 2025-02-11 18:19:16 -08:00
parent 28ee14a75c
commit 6094ecde8c
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -38,10 +38,10 @@ def start_archgw_docker(client, arch_config_file, env):
volumes={
f"{arch_config_file}": {
"bind": "/app/arch_config.yaml",
"mode": "ro",
"mode": "ro,Z",
},
"/etc/ssl/cert.pem": {"bind": "/etc/ssl/cert.pem", "mode": "ro"},
logs_path_abs: {"bind": "/var/log"},
"/etc/ssl/cert.pem": {"bind": "/etc/ssl/cert.pem", "mode": "ro,Z"},
logs_path_abs: {"bind": "/var/log", "mode": "rw,Z"},
},
environment={
"OTEL_TRACING_HTTP_ENDPOINT": "http://host.docker.internal:4318/v1/traces",