api-extensions: add entry for idmapped_mounts

parent 28602de3
...@@ -135,3 +135,7 @@ Retrieve the seccomp notifier fd from a running container. ...@@ -135,3 +135,7 @@ Retrieve the seccomp notifier fd from a running container.
## seccomp\_proxy\_send\_notify\_fd ## seccomp\_proxy\_send\_notify\_fd
Whether the seccomp notify proxy sends a long a notify fd file descriptor. Whether the seccomp notify proxy sends a long a notify fd file descriptor.
## idmapped\_mounts
Whether this LXC instance can handle idmapped mounts.
...@@ -41,6 +41,7 @@ static char *api_extensions[] = { ...@@ -41,6 +41,7 @@ static char *api_extensions[] = {
"devpts_fd", "devpts_fd",
"seccomp_notify_fd_active", "seccomp_notify_fd_active",
"seccomp_proxy_send_notify_fd", "seccomp_proxy_send_notify_fd",
"idmapped_mounts",
}; };
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