Releases: xplshn/hidefs
Releases · xplshn/hidefs
1st working release!
(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