Eunomia
0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
|
seccomp config data More...
#include <config.h>
Static Public Member Functions | |
static seccomp_config_data | from_json_str (const std::string &json_str) |
Public Attributes | |
std::string | container_id |
std::vector< std::string > | allow_syscall |
the syscalls name which is allowed More... | |
seccomp config data
|
static |
std::vector<std::string> seccomp_config_data::allow_syscall |
the syscalls name which is allowed
std::string seccomp_config_data::container_id |