summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-22 15:48:55 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-22 15:48:55 +0100
commitb61a0f505db6de307c1314601c54f247b935804a (patch)
tree86c4264e5779a779c79fe9c8d80c2344b3375562
parentfix(module): Provide access to the passed in secret (diff)
downloadnix-b61a0f505db6de307c1314601c54f247b935804a.zip
fix(module): Allow the `@chown` syscall family
That is apparently needed, when connecting to the sqlite database.
-rw-r--r--module/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/default.nix b/module/default.nix
index 4dcb17e..d2e53d3 100644
--- a/module/default.nix
+++ b/module/default.nix
@@ -102,6 +102,7 @@ in {
             "~@cpu-emulation"
             "~@clock"
             "~@privileged"
+            "@chown"
           ];
           UMask = "0027";