]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - sysctl.d/50-default.conf
Merge pull request #12679 from yuwata/journal-issue-12400
[thirdparty/systemd.git] / sysctl.d / 50-default.conf
index b67ae87ca6b75523017ab281f63991bc7e975224..27084f62424bf2cf3407c7a1a6bcc6bed2aa15b9 100644 (file)
@@ -22,7 +22,7 @@ kernel.sysrq = 16
 kernel.core_uses_pid = 1
 
 # Source route verification
-net.ipv4.conf.all.rp_filter = 1
+net.ipv4.conf.all.rp_filter = 2
 
 # Do not accept source routing
 net.ipv4.conf.all.accept_source_route = 0
@@ -33,9 +33,10 @@ net.ipv4.conf.all.promote_secondaries = 1
 # Fair Queue CoDel packet scheduler to fight bufferbloat
 net.core.default_qdisc = fq_codel
 
-# Request Explicit Congestion Notification (ECN) on both in and outgoing connections
-net.ipv4.tcp_ecn = 1
-
 # Enable hard and soft link protection
 fs.protected_hardlinks = 1
 fs.protected_symlinks = 1
+
+# Enable regular file and FIFO protection
+fs.protected_regular = 1
+fs.protected_fifos = 1