Linux – Disabling “symlink follow” feature on Ext3/4 mount points

ext3linuxmountsymbolic-link

How can I disable the symlink feature of ext3 file system mount point ?
My server is being attacked by some sort of symbolic link hacking methods for reading other user's home directory.
There is such an option "nosymfollow" on BSD series, but I didn't find the equivalent for Linux.

Best Answer

There's no such option for ext3 or ext4, to the best of my knowledge. Maybe if you described the actual nature of your problem someone could propose a different solution.