From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] sysctl.conf: Turn on hard- and symlink protection Date: Thu, 23 Jan 2020 21:28:00 +0000 Message-ID: <9cccdcf4-463e-306b-a535-3a8e9a88f46e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1373311054776357597==" List-Id: --===============1373311054776357597== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Cc: Michael Tremer Cc: Arne Fitzenreiter Signed-off-by: Peter Müller --- config/etc/sysctl.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index d11e53c88..7e7ebee44 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -45,6 +45,10 @@ kernel.kptr_restrict = 2 # Avoid kernel memory address exposures via dmesg. kernel.dmesg_restrict = 1 +# Turn on hard- and symlink protection +fs.protected_symlinks = 1 +fs.protected_hardlinks = 1 + # Minimal preemption granularity for CPU-bound tasks: # (default: 1 msec# (1 + ilog(ncpus)), units: nanoseconds) kernel.sched_min_granularity_ns = 10000000 -- 2.16.4 --===============1373311054776357597==--