On Thu, Jun 23, 2011 at 12:12 AM, Shawn Johnson wrote:
> If you really need to hide files then you will need to remove the
> following lines from fs/gobohide.c before compiling the kernel:
>
> - /* We only support symbolic links and directories */
> - if (hide->inode && !S_ISREG(inode->i_mode)
If you really need to hide files then you will need to remove the
following lines from fs/gobohide.c before compiling the kernel:
- /* We only support symbolic links and directories */
- if (hide->inode && !S_ISREG(inode->i_mode) && !S_ISDIR(inode->i_mode)) {
- error = -EINVAL;
- g