|
| Value< ns_db::ns_bind::Binds > | db_read (fs::path const &path_file_binary) |
| | Reads data from the reserved space.
|
| |
| Value< void > | db_write (fs::path const &path_file_binary, ns_db::ns_bind::Binds const &binds) |
| | Writes data to the reserved space.
|
| |
| Value< void > | add (fs::path const &path_file_binary, ns_db::ns_bind::Type bind_type, fs::path const &path_src, fs::path const &path_dst) |
| | Adds a binding instruction to the binding database.
|
| |
| Value< void > | del (fs::path const &path_file_binary, uint64_t index) |
| | Deletes a binding from the database.
|
| |
| Value< void > | list (fs::path const &path_file_binary) |
| | List bindings from the given bindings database.
|
| |
Bind mount command implementation.
Implements the fim-bind command for managing host-to-sandbox bind mount configurations. Provides operations to add, remove, and list bind mounts with support for read-only (RO), read-write (RW), and device (DEV) mount types. Persists configurations to reserved space.