From 8d131ea8beb423cbb14cfde75cfae53d3a50d221 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 12 Nov 2025 20:43:55 +0200 Subject: [PATCH] Revoke unnecessary filesystem permissions for the server --- .config/containers/systemd/ollama.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/containers/systemd/ollama.container b/.config/containers/systemd/ollama.container index 4c6b9e9..fc91619 100644 --- a/.config/containers/systemd/ollama.container +++ b/.config/containers/systemd/ollama.container @@ -6,7 +6,7 @@ Description=A local LLM server ContainerName=ollama Image=docker.io/ollama/ollama:latest PublishPort=11434:11434 -Volume=%h/.local/share/ollama:/root/.ollama:Z +Volume=%h/.local/share/ollama:/root/.ollama:ro,z # keep-sorted end [Install]