]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Protect hardlinks and symlinks.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 22 May 2013 18:51:10 +0000 (18:51 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 22 May 2013 18:51:10 +0000 (18:51 +0000)
svn-id: @12661

sysctl.conf

index 9b50cb9aa7265229880afa0e83f409b4d71fd641..fe4706297b2e1c236da59eb8dbadf8129bee3d03 100644 (file)
@@ -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
This page took 0.182461 seconds and 4 git commands to generate.