Skip to content

Commit

Permalink
New branch to track the development of the GoboHide kernel extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed Apr 11, 2016
1 parent bf16200 commit 97ec7db
Show file tree
Hide file tree
Showing 8 changed files with 649 additions and 2 deletions.
10 changes: 10 additions & 0 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ source "fs/udf/Kconfig"
endmenu
endif # BLOCK

config GOBOHIDE_FS
bool "GoboHide support on file systems"
default y
help
GoboHide is a general interface for providing real hidden files in
a filesystem. GoboHide supports all filesystems sitting on the VFS,
such as EXT3, SquashFS and JFFS2.
To use it, see the documentation of the gobohide userspace tool at
<http://gobolinux.org/?page=doc/articles/gobohide>.

if BLOCK
menu "DOS/FAT/NT Filesystems"

Expand Down
1 change: 1 addition & 0 deletions fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o
obj-$(CONFIG_NFS_COMMON) += nfs_common/
obj-$(CONFIG_COREDUMP) += coredump.o
obj-$(CONFIG_SYSCTL) += drop_caches.o
obj-$(CONFIG_GOBOHIDE_FS) += gobohide.o

obj-$(CONFIG_FHANDLE) += fhandle.o

Expand Down
Loading

0 comments on commit 97ec7db

Please sign in to comment.