From 5c4cb6cb807b6beb29ed98eab08cc60691e60611 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 15 Apr 2025 14:43:50 -0400 Subject: [PATCH] Add selinux context to snap dir --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 41457c8..e620677 100755 --- a/installJRMC +++ b/installJRMC @@ -1126,7 +1126,7 @@ install_mc_snap() { echo "Building snap package..." if execute podman run --rm -it \ - -v "$OUTPUT_DIR:/build" \ + -v "$OUTPUT_DIR:/build:Z" \ -w /build \ docker.io/snapcore/snapcraft:stable \ snapcraft snap -o "${MC_PKG}_${MC_VERSION}-${MC_RELEASE}.snap" --destructive-mode; then