From: Vincent Bernat Date: Thu, 13 Jul 2017 06:50:15 +0000 (+0200) Subject: daemon: don't try to restrict address families X-Git-Tag: 0.9.8~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a42a0a08626aa7e416ebd19b3628b22a3adfaec6;p=thirdparty%2Flldpd.git daemon: don't try to restrict address families lldpd needs access to the most invasive address family. It's pointless to restrict something like that. --- diff --git a/src/daemon/lldpd.service.in b/src/daemon/lldpd.service.in index c95afa7d..a28261c5 100644 --- a/src/daemon/lldpd.service.in +++ b/src/daemon/lldpd.service.in @@ -13,8 +13,6 @@ ExecStartPre=@mkdir_p@ @PRIVSEP_CHROOT@ ExecStart=@sbindir@/lldpd $DAEMON_ARGS $LLDPD_OPTIONS Restart=on-failure PrivateTmp=yes -# systemd >= 211 -#RestrictAddressFamilies=AF_INET AF_INET6 AF_PACKET AF_NETLINK AF_UNIX # systemd >= 214 #ProtectHome=yes #ProtectSystem=yes