mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixos/hedgedoc: add fchown to SystemCallFilter to fix filesystem backend (#383787)
This commit is contained in:
@@ -327,6 +327,7 @@ in
|
||||
"@system-service"
|
||||
"~@privileged @obsolete"
|
||||
"@pkey"
|
||||
"fchown" # needed for filesystem image backend
|
||||
];
|
||||
UMask = "0007";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user