Increment synapse policy version; tweak Containerfile to remove old policy

This commit is contained in:
Ben Radey
2025-10-08 22:09:09 -04:00
parent e23792990c
commit 8ba303cde7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ COPY --from=builder /gocryptfs/gocryptfs /usr/bin/gocryptfs
COPY synapse.te /tmp/synapse.te
RUN checkmodule -M -m -o /tmp/synapse.mod /tmp/synapse.te \
&& semodule_package -o /tmp/synapse.pp -m /tmp/synapse.mod \
&& semodule -r synapse || true \
&& semodule -i /tmp/synapse.pp \
&& rm -f /tmp/synapse.{te,mod,pp}