api-extensions: add seccomp_allow_deny_syntax extension

parent beafa987
...@@ -127,3 +127,7 @@ Privileged containers will usually be able to override the cgroup limits given t ...@@ -127,3 +127,7 @@ Privileged containers will usually be able to override the cgroup limits given t
## time\_namespace ## time\_namespace
This adds time namespace support to LXC. This adds time namespace support to LXC.
## seccomp\_allow\_deny\_syntax
This adds the ability to use "denylist" and "allowlist" in seccomp v2 policies.
...@@ -42,6 +42,7 @@ static char *api_extensions[] = { ...@@ -42,6 +42,7 @@ static char *api_extensions[] = {
"cgroup_advanced_isolation", "cgroup_advanced_isolation",
"network_bridge_vlan", "network_bridge_vlan",
"time_namespace", "time_namespace",
"seccomp_allow_deny_syntax",
}; };
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