Edgeless RT
0.2.0
|
In-enclave-memory filesystem. More...
#include <ert.h>
Public Member Functions | |
Memfs (const std::string &devname) | |
Memfs (const Memfs &)=delete | |
Memfs & | operator= (const Memfs &)=delete |
In-enclave-memory filesystem.
Usage:
const Memfs memfs("my_fs"); mount("/", "/my/mount/point", "my_fs", 0, nullptr);
Folders are not supported for now. The app may open a file by passing a full path and the fs behaves as if all folders in the path exist.