summaryrefslogtreecommitdiff
path: root/sysctl.d/50-default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sysctl.d/50-default.conf')
-rw-r--r--sysctl.d/50-default.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf
index b0645f33e7..27084f6242 100644
--- a/sysctl.d/50-default.conf
+++ b/sysctl.d/50-default.conf
@@ -36,3 +36,7 @@ net.core.default_qdisc = fq_codel
# 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