diff options
author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2020-06-29 22:06:57 +0000 |
---|---|---|
committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2020-06-29 22:06:57 +0000 |
commit | 0157b050b1696113e2849ffdd6eecd42741c2278 (patch) | |
tree | 1aade0a756346afa8b1a1730927e2c1b2c9cfd82 /sysutils/fusefs-securefs/pkg-descr | |
parent | ab98b57492e7d2420c6d6e1f78656d8e038d833f (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-securefs/pkg-descr')
-rw-r--r-- | sysutils/fusefs-securefs/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/fusefs-securefs/pkg-descr b/sysutils/fusefs-securefs/pkg-descr new file mode 100644 index 000000000000..517bcc6ae1cf --- /dev/null +++ b/sysutils/fusefs-securefs/pkg-descr @@ -0,0 +1,6 @@ +securefs mounts a regular directory onto a mount point. The mount point appears +as a regular filesystem, where one can read/write/create files, directories and +symbolic links. The underlying directory will be automatically updated to +contain the encrypted and authenticated contents. + +WWW: https://github.com/netheril96/securefs |