From ccdf01e9b039e22711d7be6733e6ae681d49ed08 Mon Sep 17 00:00:00 2001 From: Muayyad Alsadi Date: Mon, 10 Apr 2023 12:26:42 +0300 Subject: [PATCH] Revert "Use SELinux mount flag for secrets" This reverts commit 874192568fd3472bdc9bacdc7d65018130f0ab60. --- podman_compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman_compose.py b/podman_compose.py index 348d4ce..e23fff6 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -578,7 +578,7 @@ def get_secret_args(compose, cnt, secret): source_file = os.path.realpath( os.path.join(basedir, os.path.expanduser(source_file)) ) - volume_ref = ["--volume", f"{source_file}:{dest_file}:Z,ro,rprivate,rbind"] + volume_ref = ["--volume", f"{source_file}:{dest_file}:ro,rprivate,rbind"] if uid or gid or mode: sec = target if target else secret_name log(