This indicates that LXC supports idmapping the rootfs and
idmapped lxc.mount.entry entries.
Link: https://github.com/lxc/lxd/issues/8870
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
## 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.
"seccomp_notify_fd_active",
"seccomp_proxy_send_notify_fd",
"idmapped_mounts",
+ "idmapped_mounts_v2",
};
static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);