Commit 4ba03935 by Kirill Petrov

cgroups: fix default cgroup pattern

parent 5f77c7d5
...@@ -487,7 +487,7 @@ AC_ARG_WITH([rootfs-path], ...@@ -487,7 +487,7 @@ AC_ARG_WITH([rootfs-path],
# cgroup pattern specification # cgroup pattern specification
AC_ARG_WITH([cgroup-pattern], AC_ARG_WITH([cgroup-pattern],
[AS_HELP_STRING([--with-cgroup-pattern=pattern], [pattern for container cgroups])], [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 # The path for the apparmor_parser's cache for generated apparmor profiles
AC_ARG_WITH([apparmor-cache-dir], AC_ARG_WITH([apparmor-cache-dir],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment