From: Yu Watanabe Date: Thu, 14 Oct 2021 21:31:21 +0000 (+0900) Subject: unit: networkd does not require AF_ALG anymore X-Git-Tag: v250-rc1~503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6d4e83b8a16143241422bfcd70c06fb60f640e5;p=thirdparty%2Fsystemd.git unit: networkd does not require AF_ALG anymore As khash is retired. --- diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index ffa45ba049a..6acce036dfd 100644 --- a/units/systemd-networkd.service.in +++ b/units/systemd-networkd.service.in @@ -38,7 +38,7 @@ ProtectSystem=strict Restart=on-failure RestartKillSignal=SIGUSR2 RestartSec=0 -RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 AF_PACKET AF_ALG +RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 AF_PACKET RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes