Skip to content

Commit

Permalink
nixos/rspamd: fixup cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tnias authored and Mic92 committed Jul 31, 2020
1 parent 4a5a94b commit 9882476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/modules/services/mail/rspamd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ in
StateDirectory = "rspamd";
StateDirectoryMode = "0700";

AmbientCapabilities = "";
CapabilityBoundingSet = "";
AmbientCapabilities = [];
CapabilityBoundingSet = [];
DevicePolicy = "closed";
LockPersonality = true;
NoNewPrivileges = true;
Expand All @@ -423,7 +423,7 @@ in
ProtectKernelTunables = true;
ProtectSystem = "strict";
RemoveIPC = true;
RestrictAddressFamilies = "AF_INET AF_INET6 AF_UNIX";
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ];
RestrictNamespaces = true;
RestrictRealtime = true;
RestrictSUIDSGID = true;
Expand Down

0 comments on commit 9882476

Please sign in to comment.