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

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: Stéphane Graber <stgra...@ubuntu.com>
From 21d9728ea1312467ddd9836bbcf709fff4207986 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Thu, 27 Aug 2020 12:23:35 -0400
Subject: [PATCH] lxd/apparmor/forkproxy: Fix running on i386
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
---
 lxd/apparmor/instance_forkproxy.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxd/apparmor/instance_forkproxy.go 
b/lxd/apparmor/instance_forkproxy.go
index ca3f4a2288..3bdb79ed11 100644
--- a/lxd/apparmor/instance_forkproxy.go
+++ b/lxd/apparmor/instance_forkproxy.go
@@ -49,6 +49,7 @@ profile "{{ .name }}" 
flags=(attach_disconnected,mediate_deleted) {
   @{PROC}/** rw,
   / rw,
   ptrace (read),
+  ptrace (trace),
 
   # Needed for lxd fork commands
   {{ .exePath }} mr,
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to