|
FlatImage
A configurable Linux containerization system
|
Unshare namespace options command implementation. More...
Functions | |
| Value< void > | set (fs::path const &path_file_binary, std::set< ns_reserved::ns_unshare::Unshare > const &unshares) |
| Sets the unshare options (replaces existing) | |
| Value< void > | add (fs::path const &path_file_binary, std::set< ns_reserved::ns_unshare::Unshare > const &unshares) |
| Adds unshare options to existing configuration. | |
| Value< void > | del (fs::path const &path_file_binary, std::set< ns_reserved::ns_unshare::Unshare > const &unshares) |
| Removes unshare options from existing configuration. | |
| Value< void > | clear (fs::path const &path_file_binary) |
| Clears all unshare options. | |
| Value< void > | list (fs::path const &path_file_binary) |
| Lists all enabled unshare options. | |
Unshare namespace options command implementation.
Implements the fim-unshare command for managing namespace unsharing options. Provides operations to set, add, clear, and list unshare options such as user, ipc, pid, net, uts, and cgroup namespaces. Persists configurations to reserved space.
|
inlinenodiscard |
Adds unshare options to existing configuration.
| path_file_binary | Path to the flatimage binary |
| unshares | Set of unshare options to add |
Definition at line 57 of file unshare.hpp.
|
inlinenodiscard |
Clears all unshare options.
| path_file_binary | Path to the flatimage binary |
Definition at line 88 of file unshare.hpp.
|
inlinenodiscard |
Removes unshare options from existing configuration.
| path_file_binary | Path to the flatimage binary |
| unshares | Set of unshare options to remove |
Definition at line 73 of file unshare.hpp.
|
inlinenodiscard |
Lists all enabled unshare options.
| path_file_binary | Path to the flatimage binary |
Definition at line 101 of file unshare.hpp.
|
inlinenodiscard |
Sets the unshare options (replaces existing)
| path_file_binary | Path to the flatimage binary |
| unshares | Set of unshare options to enable |
Definition at line 41 of file unshare.hpp.