Merge pull request #189934 from delroth/grafana-sandboxing

nixos/grafana: loosen systemd syscall sandboxing
This commit is contained in:
Luke Granger-Brown 2022-09-06 09:36:23 +01:00 committed by GitHub
commit 8157e3d89f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -792,7 +792,7 @@ in {
SystemCallArchitectures = "native";
# Upstream grafana is not setting SystemCallFilter for compatibility
# reasons, see https://github.com/grafana/grafana/pull/40176
SystemCallFilter = [ "@system-service" "~@privileged" "~@resources" ];
SystemCallFilter = [ "@system-service" "~@privileged" ];
UMask = "0027";
};
preStart = ''