api-extension: add missing seccomp_proxy_send_notify_fd extension

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2020-08-06 17:33:09 +02:00
parent 2a35d949b8
commit 0dd2e321c2
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -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);