summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-grsec/criu-no-expert.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-04 16:17:05 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-04 16:17:05 -0200
commit879989bf1e2740dc5c80f7b9739705196cb7fb2c (patch)
tree6e0471e503a24d8aa3c00416e4f9655978480bc9 /kernels/linux-libre-grsec/criu-no-expert.patch
parent11feaef641dd00215b04a2456cc1898d024b5e9d (diff)
downloadabslibre-879989bf1e2740dc5c80f7b9739705196cb7fb2c.tar.gz
abslibre-879989bf1e2740dc5c80f7b9739705196cb7fb2c.tar.bz2
abslibre-879989bf1e2740dc5c80f7b9739705196cb7fb2c.zip
linux-libre-grsec: add new package to kernels repo
Diffstat (limited to 'kernels/linux-libre-grsec/criu-no-expert.patch')
-rw-r--r--kernels/linux-libre-grsec/criu-no-expert.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernels/linux-libre-grsec/criu-no-expert.patch b/kernels/linux-libre-grsec/criu-no-expert.patch
new file mode 100644
index 000000000..047ee0988
--- /dev/null
+++ b/kernels/linux-libre-grsec/criu-no-expert.patch
@@ -0,0 +1,13 @@
+diff --git a/init/Kconfig b/init/Kconfig
+index 597e976..0465ef1 100644
+--- a/init/Kconfig
++++ b/init/Kconfig
+@@ -1085,7 +1085,7 @@ config DEBUG_BLK_CGROUP
+ endif # CGROUPS
+
+ config CHECKPOINT_RESTORE
+- bool "Checkpoint/restore support" if EXPERT
++ bool "Checkpoint/restore support"
+ depends on !GRKERNSEC
+ default n
+ help