The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3509

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 0dd2e321c233a0fe6d1036f870d1978ea7ee9872 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Thu, 6 Aug 2020 17:33:09 +0200
Subject: [PATCH] api-extension: add missing seccomp_proxy_send_notify_fd
 extension

Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
---
 doc/api-extensions.md    | 4 ++++
 src/lxc/api_extensions.h | 1 +
 2 files changed, 5 insertions(+)

diff --git a/doc/api-extensions.md b/doc/api-extensions.md
index 9a716e48ac..40270fa7bc 100644
--- a/doc/api-extensions.md
+++ b/doc/api-extensions.md
@@ -140,3 +140,7 @@ the container.
 ## seccomp\_notify\_fd\_active
 
 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.
diff --git a/src/lxc/api_extensions.h b/src/lxc/api_extensions.h
index 1b40e5d452..8267812726 100644
--- a/src/lxc/api_extensions.h
+++ b/src/lxc/api_extensions.h
@@ -45,6 +45,7 @@ static char *api_extensions[] = {
        "seccomp_allow_deny_syntax",
        "devpts_fd",
        "seccomp_notify_fd_active",
+       "seccomp_proxy_send_notify_fd",
 };
 
 static size_t nr_api_extensions = sizeof(api_extensions) / 
sizeof(*api_extensions);
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to