api-extension: add missing seccomp_proxy_send_notify_fd extension

parent d5094127
......@@ -131,3 +131,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.
......@@ -42,6 +42,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