From 5063529d13c37700ffa880d5eb0e47be49afa6ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 22 May 2013 18:51:10 +0000 Subject: [PATCH] Protect hardlinks and symlinks. svn-id: @12661 --- sysctl.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sysctl.conf b/sysctl.conf index 9b50cb9a..fe470629 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -203,3 +203,8 @@ kernel.sysrq = 1 # for mplayer #dev.rtc.max-user-freq = 1024 +# + +# protect hard/symlins +fs.protected_hardlinks = 1 +fs.protected_symlinks = 1 -- 2.44.0