nix/module: allow access to /dev for fingerd
Build and test / check (push) Successful in 1m3s
Build and test / test (push) Successful in 1m54s
Build and test / build (push) Successful in 2m1s
Build and test / docs (push) Successful in 3m56s

This commit is contained in:
2026-05-13 00:39:27 +09:00
parent a7c678ce22
commit 8e5f2849ff
+3
View File
@@ -127,6 +127,9 @@ in {
# NOTE: finger might need access to mail directories
"-/var/spool"
"-/var/mail"
# NOTE: finger needs access to stat tty devices
"/dev"
];
UMask = "0077";