Merge pull request #197302 from MidAutumnMoon/miniflux-service-fix

This commit is contained in:
Martin Weinelt 2022-10-23 14:58:05 +02:00 committed by GitHub
commit ccbc7eb29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ in
RestrictRealtime = true;
RestrictSUIDSGID = true;
SystemCallArchitectures = "native";
SystemCallFilter = [ "@system-service" "~@privileged" "~@resources" ];
SystemCallFilter = [ "@system-service" "~@privileged" ];
UMask = "0077";
};