Unverified Commit a197d2fb by Stéphane Graber Committed by GitHub

Merge pull request #3861 from brauner/2021-06-08.fixes.2

api_extensions: introduce idmapped_mounts_v2 api extension
parents 2384faa2 3df13023
...@@ -147,4 +147,9 @@ Whether the seccomp notify proxy sends a long a notify fd file descriptor. ...@@ -147,4 +147,9 @@ Whether the seccomp notify proxy sends a long a notify fd file descriptor.
## idmapped\_mounts ## idmapped\_mounts
Whether this LXC instance can handle idmapped mounts. Whether this LXC instance can handle idmapped mounts for the rootfs.
## idmapped\_mounts\_v2
Whether this LXC instance can handle idmapped mounts for lxc.mount.entry
entries.
...@@ -45,6 +45,7 @@ static char *api_extensions[] = { ...@@ -45,6 +45,7 @@ static char *api_extensions[] = {
"seccomp_notify_fd_active", "seccomp_notify_fd_active",
"seccomp_proxy_send_notify_fd", "seccomp_proxy_send_notify_fd",
"idmapped_mounts", "idmapped_mounts",
"idmapped_mounts_v2",
}; };
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