From: Stéphane Graber Date: Fri, 4 Jul 2014 15:38:15 +0000 (-0400) Subject: Fix invalid seccomp profile name for Ubuntu. X-Git-Tag: lxc-1.0.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba37500231d365e1ae30fff3894195fe6d74824;p=thirdparty%2Flxc.git Fix invalid seccomp profile name for Ubuntu. Signed-off-by: Stéphane Graber --- 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