mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/hedgedoc: add fchown to SystemCallFilter to fix filesystem backend
This commit is contained in:
parent
ce48a09129
commit
9f2a05224c
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ in
|
|||
"@system-service"
|
||||
"~@privileged @obsolete"
|
||||
"@pkey"
|
||||
"fchown" # needed for filesystem image backend
|
||||
];
|
||||
UMask = "0007";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue