nixos/samba-wsdd: fix starting

This commit is contained in:
Izorkin 2020-12-17 20:52:30 +03:00
parent 5a6265ad6b
commit 299f93dfdc
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -108,7 +108,7 @@ in {
ProtectKernelModules = true;
ProtectKernelLogs = true;
ProtectControlGroups = true;
RestrictAddressFamilies = [ "AF_UNIX" "AF_INET" "AF_INET6" ];
RestrictAddressFamilies = [ "AF_UNIX" "AF_INET" "AF_INET6" "AF_NETLINK" ];
RestrictNamespaces = true;
LockPersonality = true;
MemoryDenyWriteExecute = true;