From 4ba03935772b936cb503e1f0ac743c49da1ee1ae Mon Sep 17 00:00:00 2001 From: Kirill Petrov Date: Mon, 27 Jan 2020 11:51:36 +0300 Subject: [PATCH] cgroups: fix default cgroup pattern Signed-off-by: Kirill Petrov --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2cf74b86b..28f34f13f 100644 --- a/configure.ac +++ b/configure.ac @@ -487,7 +487,7 @@ AC_ARG_WITH([rootfs-path], # cgroup pattern specification AC_ARG_WITH([cgroup-pattern], [AS_HELP_STRING([--with-cgroup-pattern=pattern], [pattern for container cgroups])], - [with_cgroup_pattern=$withval], [with_cgroup_pattern=['lxc.payload/%n']]) + [with_cgroup_pattern=$withval], [with_cgroup_pattern=['lxc.payload.%n']]) # The path for the apparmor_parser's cache for generated apparmor profiles AC_ARG_WITH([apparmor-cache-dir], -- 2.47.2