From a42a0a08626aa7e416ebd19b3628b22a3adfaec6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 13 Jul 2017 08:50:15 +0200 Subject: [PATCH] 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. --- src/daemon/lldpd.service.in | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5