From a4852ad6c8260c68d9c1024e09a9487a8e2e1f61 Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Mon, 6 May 2019 20:37:53 +0000 Subject: [PATCH] Create fs_protected.conf --- etc/sysctl.d/fs_protected.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/sysctl.d/fs_protected.conf diff --git a/etc/sysctl.d/fs_protected.conf b/etc/sysctl.d/fs_protected.conf new file mode 100644 index 0000000..4e4117b --- /dev/null +++ b/etc/sysctl.d/fs_protected.conf @@ -0,0 +1,3 @@ +# Makes some data spoofing attacks harder. +fs.protected_fifos=2 +fs.protected_regular=2