From 3ba37500231d365e1ae30fff3894195fe6d74824 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Fri, 4 Jul 2014 11:38:15 -0400 Subject: [PATCH] Fix invalid seccomp profile name for Ubuntu. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- config/templates/ubuntu.common.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/ubuntu.common.conf.in b/config/templates/ubuntu.common.conf.in index a61ed79c9..529b53e79 100644 --- a/config/templates/ubuntu.common.conf.in +++ b/config/templates/ubuntu.common.conf.in @@ -71,4 +71,4 @@ lxc.cgroup.devices.allow = c 10:232 rwm # Blacklist some syscalls which are not safe in privileged # containers -lxc.seccomp = @LXCTEMPLATECONFIG@/ubuntu.priv.seccomp +lxc.seccomp = @LXCTEMPLATECONFIG@/common.seccomp -- 2.47.2