diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-25 06:44:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-25 06:44:52 +0000 |
commit | fdb545943ae4b7cad3d40874b28d3993913c5126 (patch) | |
tree | 37d66fa4dee309b35b6079bdf557a34ccdefa363 /main/linux-grsec/config-virtgrsec.x86_64 | |
parent | e407b99757d2de626285db2da8692c7c883d6436 (diff) | |
download | aports-fdb545943ae4b7cad3d40874b28d3993913c5126.tar.bz2 aports-fdb545943ae4b7cad3d40874b28d3993913c5126.tar.xz |
main/linux-grsec: enable CPUSETS for virtgrsec x86_64 config
fixes #4246
Diffstat (limited to 'main/linux-grsec/config-virtgrsec.x86_64')
-rw-r--r-- | main/linux-grsec/config-virtgrsec.x86_64 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/linux-grsec/config-virtgrsec.x86_64 b/main/linux-grsec/config-virtgrsec.x86_64 index 4bd03e27d1..be0282acc6 100644 --- a/main/linux-grsec/config-virtgrsec.x86_64 +++ b/main/linux-grsec/config-virtgrsec.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.18.6 Kernel Configuration +# Linux/x86 3.18.14 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -147,7 +147,8 @@ CONFIG_CGROUPS=y # CONFIG_CGROUP_DEBUG is not set CONFIG_CGROUP_FREEZER=y CONFIG_CGROUP_DEVICE=y -# CONFIG_CPUSETS is not set +CONFIG_CPUSETS=y +# CONFIG_PROC_PID_CPUSET is not set CONFIG_CGROUP_CPUACCT=y # CONFIG_RESOURCE_COUNTERS is not set # CONFIG_CGROUP_PERF is not set |