Unverified Commit dc9074bb by Stéphane Graber Committed by GitHub

Merge pull request #3509 from brauner/2020-08-06/fixes

api-extension: add missing seccomp_proxy_send_notify_fd extension
parents 2a35d949 0dd2e321
......@@ -140,3 +140,7 @@ the container.
## seccomp\_notify\_fd\_active
Retrieve the seccomp notifier fd from a running container.
## seccomp\_proxy\_send\_notify\_fd
Whether the seccomp notify proxy sends a long a notify fd file descriptor.
......@@ -45,6 +45,7 @@ static char *api_extensions[] = {
"seccomp_allow_deny_syntax",
"devpts_fd",
"seccomp_notify_fd_active",
"seccomp_proxy_send_notify_fd",
};
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