diff options
author | Michal Sekletar <msekleta@redhat.com> | 2018-10-12 14:50:09 +0000 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2018-10-29 10:41:47 +0100 |
commit | e143339ac712f745727951973417ce93b5d06d78 (patch) | |
tree | 83ae591e48ff5c4504ffa7aeb14f1581d76d1399 /units | |
parent | 96b6171376bfdb7417143a2026beda059fe3e22f (diff) | |
download | systemd-e143339ac712f745727951973417ce93b5d06d78.tar.gz |
units: don't enable per-service IP firewall by default
Resolves: #1630219
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-coredump@.service.in | 1 | ||||
-rw-r--r-- | units/systemd-hostnamed.service.in | 1 | ||||
-rw-r--r-- | units/systemd-journald.service.in | 1 | ||||
-rw-r--r-- | units/systemd-localed.service.in | 1 | ||||
-rw-r--r-- | units/systemd-logind.service.in | 1 | ||||
-rw-r--r-- | units/systemd-machined.service.in | 1 | ||||
-rw-r--r-- | units/systemd-portabled.service.in | 1 | ||||
-rw-r--r-- | units/systemd-timedated.service.in | 1 | ||||
-rw-r--r-- | units/systemd-udevd.service.in | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/units/systemd-coredump@.service.in b/units/systemd-coredump@.service.in index 215696ecd1..68a68a5055 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 da74b4fe8b..4e5470dd29 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 8f5021d0de..2d5fd0120d 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 a24e61a0cd..ce043db154 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 5e090bcf23..6953fac55b 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 1200a90a61..dec2c4b0dc 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 a868f61dba..64f14071e8 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 906bb4326c..662b39557a 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 6a3814e5d9..fd9ead3bb8 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 |