grub: kernel hardening

This commit is contained in:
Andrea Brancaleoni 2016-12-12 01:24:12 +01:00 committed by Andrea Brancaleoni
parent a8fa975f9f
commit 2686d88dd4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Void"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 slub_debug=P page_poison=1"
# Uncomment to use basic console
#GRUB_TERMINAL_INPUT="console"
# Uncomment to disable graphical terminal

View File

@ -1,7 +1,7 @@
# Template file for 'grub'
pkgname=grub
version=2.02~beta3
revision=2
revision=3
hostmakedepends="flex"
makedepends="libusb-compat-devel ncurses-devel freetype-devel
liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"