]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
api-extensions: add entry for idmapped_mounts 3814/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 28 Apr 2021 13:38:48 +0000 (15:38 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 28 Apr 2021 13:39:37 +0000 (15:39 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
doc/api-extensions.md
src/lxc/api_extensions.h

index 40270fa7bc3493d867856aafe20911e5a154cc25..e45b887635dfe8b406ad42064e8949e4d43b0864 100644 (file)
@@ -144,3 +144,7 @@ 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.
+
+## idmapped\_mounts
+
+Whether this LXC instance can handle idmapped mounts.
index a45b2ce2fbad7224b3abdaf741fbb5e6f9d45655..3da3b6deb09228d68c30482ecec60b66282c407b 100644 (file)
@@ -44,6 +44,7 @@ static char *api_extensions[] = {
        "devpts_fd",
        "seccomp_notify_fd_active",
        "seccomp_proxy_send_notify_fd",
+       "idmapped_mounts",
 };
 
 static size_t nr_api_extensions = sizeof(api_extensions) / sizeof(*api_extensions);