Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
seccomp_config_data Struct Reference

seccomp config data More...

#include <config.h>

Collaboration diagram for seccomp_config_data:
Collaboration graph

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...
 

Detailed Description

seccomp config data

Member Function Documentation

◆ from_json_str()

static seccomp_config_data seccomp_config_data::from_json_str ( const std::string &  json_str)
static

Member Data Documentation

◆ allow_syscall

std::vector<std::string> seccomp_config_data::allow_syscall

the syscalls name which is allowed

◆ container_id

std::string seccomp_config_data::container_id

The documentation for this struct was generated from the following file: