|
FlatImage
A configurable Linux containerization system
|
Interface for managing unshare namespace options. More...
Go to the source code of this file.
Namespaces | |
| namespace | ns_cmd::ns_unshare |
| Unshare namespace options command implementation. | |
| namespace | ns_cmd |
| FlatImage command implementations. | |
Functions | |
| Value< void > | ns_cmd::ns_unshare::set (fs::path const &path_file_binary, std::set< ns_reserved::ns_unshare::Unshare > const &unshares) |
| Sets the unshare options (replaces existing) | |
| Value< void > | ns_cmd::ns_unshare::add (fs::path const &path_file_binary, std::set< ns_reserved::ns_unshare::Unshare > const &unshares) |
| Adds unshare options to existing configuration. | |
| Value< void > | ns_cmd::ns_unshare::del (fs::path const &path_file_binary, std::set< ns_reserved::ns_unshare::Unshare > const &unshares) |
| Removes unshare options from existing configuration. | |
| Value< void > | ns_cmd::ns_unshare::clear (fs::path const &path_file_binary) |
| Clears all unshare options. | |
| Value< void > | ns_cmd::ns_unshare::list (fs::path const &path_file_binary) |
| Lists all enabled unshare options. | |
Interface for managing unshare namespace options.
Definition in file unshare.hpp.