api_extensions: add seccomp_notify

parent 8a643759
...@@ -43,6 +43,7 @@ static char *api_extensions[] = { ...@@ -43,6 +43,7 @@ static char *api_extensions[] = {
"cgroup_relative", "cgroup_relative",
"mount_injection_file", "mount_injection_file",
"seccomp_allow_nesting", "seccomp_allow_nesting",
"seccomp_notify",
}; };
static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions); static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment