Merge pull request #192388 from erikarvstedt/paperless-fix-syscalls

This commit is contained in:
Martin Weinelt
2022-09-22 09:11:23 +02:00
committed by GitHub
+1 -1
View File
@@ -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";
};