mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
securefs is a filesystem in userspace (FUSE) with transparent encryption (when writing) and decryption (when reading). 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
11 lines
266 B
C++
11 lines
266 B
C++
--- sources/commands.cpp.orig 2020-06-29 17:57:42 UTC
|
|
+++ sources/commands.cpp
|
|
@@ -14,7 +14,7 @@
|
|
#include <fuse.h>
|
|
#include <json/json.h>
|
|
#include <tclap/CmdLine.h>
|
|
-#include <utf8proc/utf8proc.h>
|
|
+#include <utf8proc.h>
|
|
|
|
#include <algorithm>
|
|
#include <memory>
|