diff --git a/units/systemd-coredump@.service.in b/units/systemd-coredump@.service.in index 215696e..68a68a5 100644 --- a/units/systemd-coredump@.service.in +++ b/units/systemd-coredump@.service.in @@ -37,5 +37,4 @@ SystemCallFilter=@system-service SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any StateDirectory=systemd/coredump diff --git a/units/systemd-hostnamed.service.in b/units/systemd-hostnamed.service.in index da74b4f..4e5470d 100644 --- a/units/systemd-hostnamed.service.in +++ b/units/systemd-hostnamed.service.in @@ -33,5 +33,4 @@ SystemCallFilter=@system-service sethostname SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any ReadWritePaths=/etc diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index 8f5021d..2d5fd01 100644 --- a/units/systemd-journald.service.in +++ b/units/systemd-journald.service.in @@ -33,7 +33,6 @@ SystemCallFilter=@system-service SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any # Increase the default a bit in order to allow many simultaneous # services being run since we keep one fd open per service. Also, when diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in index a24e61a..ce043db 100644 --- a/units/systemd-localed.service.in +++ b/units/systemd-localed.service.in @@ -33,5 +33,4 @@ SystemCallFilter=@system-service SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any ReadWritePaths=/etc diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index 5e090bc..6953fac 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -34,7 +34,6 @@ SystemCallFilter=@system-service SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any FileDescriptorStoreMax=512 # Increase the default a bit in order to allow many simultaneous diff --git a/units/systemd-machined.service.in b/units/systemd-machined.service.in index 1200a90..dec2c4b 100644 --- a/units/systemd-machined.service.in +++ b/units/systemd-machined.service.in @@ -27,7 +27,6 @@ SystemCallFilter=@system-service @mount SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any # Note that machined cannot be placed in a mount namespace, since it # needs access to the host's mount namespace in order to implement the diff --git a/units/systemd-portabled.service.in b/units/systemd-portabled.service.in index a868f61..64f1407 100644 --- a/units/systemd-portabled.service.in +++ b/units/systemd-portabled.service.in @@ -23,4 +23,3 @@ RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @obsolete @raw-io @reboot @swap SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any diff --git a/units/systemd-timedated.service.in b/units/systemd-timedated.service.in index 906bb43..662b395 100644 --- a/units/systemd-timedated.service.in +++ b/units/systemd-timedated.service.in @@ -31,5 +31,4 @@ SystemCallFilter=@system-service @clock SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any ReadWritePaths=/etc diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index 6a3814e..fd9ead3 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -33,4 +33,3 @@ SystemCallFilter=@system-service @module @raw-io SystemCallErrorNumber=EPERM SystemCallArchitectures=native LockPersonality=yes -IPAddressDeny=any