mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-05 22:41:50 +00:00
api-extension: add missing seccomp_proxy_send_notify_fd extension
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
2a35d949b8
commit
0dd2e321c2
@ -140,3 +140,7 @@ the container.
|
|||||||
## seccomp\_notify\_fd\_active
|
## seccomp\_notify\_fd\_active
|
||||||
|
|
||||||
Retrieve the seccomp notifier fd from a running container.
|
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",
|
"seccomp_allow_deny_syntax",
|
||||||
"devpts_fd",
|
"devpts_fd",
|
||||||
"seccomp_notify_fd_active",
|
"seccomp_notify_fd_active",
|
||||||
|
"seccomp_proxy_send_notify_fd",
|
||||||
};
|
};
|
||||||
|
|
||||||
static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);
|
static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);
|
||||||
|
Loading…
Reference in New Issue
Block a user