Skip to content

Releases: xplshn/hidefs

1st working release!

20 Dec 06:48
d611c9d

Choose a tag to compare

(1): HideFS v1

The first version of the HideFS kernel module, capable of hiding arbitrary files and directories from any filesystem mounted in the running system

(2) HideFS - Interface:

  • /sys/kernel/hidefs/hide: write here the filepaths which you wish to hide, (1 path per line)
  • /sys/kernel/hidefs/unhide: write here the filepaths which you wish to unhide, (1 path per line)
  • /sys/kernel/hidefs/list: the list of currently hidden files, (1 path per line)

(3) Limitations (help wanted ; we need ports to i386, arm64, armv7)

  • Architecture support is limited to amd64 as of right now
NOTE: First releases are always buggy. This is not the exception. I've not yet found any bugs, if I had, my kernel would have crashed and I'd probably have noticed that. Just be sure to report back if you experience any issues related to hidefs. (you'll know what caused the issue if you check your dmesg logs!)