0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/hedgedoc: add fchown to SystemCallFilter to fix filesystem backend

This commit is contained in:
lassulus 2025-02-21 00:55:57 +01:00
parent ce48a09129
commit 9f2a05224c

View file

@ -327,6 +327,7 @@ in
"@system-service" "@system-service"
"~@privileged @obsolete" "~@privileged @obsolete"
"@pkey" "@pkey"
"fchown" # needed for filesystem image backend
]; ];
UMask = "0007"; UMask = "0007";
}; };