summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto/lxc.cfg
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:07 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:07 +0200
commitee97d3d279164f8b44fb8afc997e4ae953d17106 (patch)
treebff0bd4240f00bbb21624c1df55583f61abaea25 /recipes-kernel/linux/linux-yocto/lxc.cfg
downloadmeta-virtualization-ee97d3d279164f8b44fb8afc997e4ae953d17106.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto/lxc.cfg')
-rw-r--r--recipes-kernel/linux/linux-yocto/lxc.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/lxc.cfg b/recipes-kernel/linux/linux-yocto/lxc.cfg
new file mode 100644
index 00000000..f720ca6d
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto/lxc.cfg
@@ -0,0 +1,22 @@
1CONFIG_CGROUP_DEVICE=y
2CONFIG_CPUSETS=y
3CONFIG_PROC_PID_CPUSET=y
4CONFIG_RESOURCE_COUNTERS=y
5CONFIG_CGROUP_MEM_RES_CTLR=y
6CONFIG_CGROUP_SCHED=y
7CONFIG_FAIR_GROUP_SCHED=y
8CONFIG_RT_GROUP_SCHED=y
9CONFIG_CHECKPOINT_RESTORE=y
10CONFIG_NAMESPACES=y
11CONFIG_UTS_NS=y
12CONFIG_IPC_NS=y
13CONFIG_USER_NS=y
14CONFIG_PID_NS=y
15CONFIG_NET_NS=y
16CONFIG_SECCOMP=y
17CONFIG_SECURITY_APPARMOR=y
18
19CONFIG_CLS_CGROUP=m
20CONFIG_BLK_CGROUP=m
21CONFIG_NETPRIO_CGROUP=m
22