|
FlatImage
A configurable Linux containerization system
|
Configures apparmor to allow the execution of bubblewrap More...
#include <filesystem>#include "../std/expected.hpp"#include "../lib/log.hpp"#include "../lib/subprocess.hpp"#include "../lib/env.hpp"#include "../macro.hpp"Go to the source code of this file.
Functions | |
| int | main (int argc, char const *argv[]) |
| Entry point for the apparmor configuration utility. | |
Variables | |
| constexpr std::string_view const | profile_bwrap |
Configures apparmor to allow the execution of bubblewrap
Definition in file bwrap_apparmor.cpp.
| int main | ( | int | argc, |
| char const * | argv[] ) |
Entry point for the apparmor configuration utility.
| argc | Argument count |
| argv | Argument vector |
Definition at line 34 of file bwrap_apparmor.cpp.
|
constexpr |
Definition at line 17 of file bwrap_apparmor.cpp.