nixos/miniflux: fix startup failure caused by improper SystemCallFilter
This commit is contained in:
parent
500dfd3948
commit
8b4b334a66
@ -116,7 +116,7 @@ in
|
||||
RestrictRealtime = true;
|
||||
RestrictSUIDSGID = true;
|
||||
SystemCallArchitectures = "native";
|
||||
SystemCallFilter = [ "@system-service" "~@privileged" "~@resources" ];
|
||||
SystemCallFilter = [ "@system-service" "~@privileged" ];
|
||||
UMask = "0077";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user