mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #192388 from erikarvstedt/paperless-fix-syscalls
This commit is contained in:
commit
c571a5d1c2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ let
|
|||
RestrictSUIDSGID = true;
|
||||
SupplementaryGroups = optional enableRedis redisServer.user;
|
||||
SystemCallArchitectures = "native";
|
||||
SystemCallFilter = [ "@system-service" "~@privileged @resources @setuid @keyring" ];
|
||||
SystemCallFilter = [ "@system-service" "~@privileged @setuid @keyring" ];
|
||||
# Does not work well with the temporary root
|
||||
#UMask = "0066";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue