Browse Source

grsecurity: changed to unset CONFIG_GRKERNSEC_ROFS by default

user/chris/test/early-mdev
Christian Wiese 14 years ago
parent
commit
f3d0050f5f
  1. 2
      security/grsecurity/kernel.conf.sh

2
security/grsecurity/kernel.conf.sh

@ -3,6 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../grsecurity/kernel.conf.sh
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -15,3 +16,4 @@
echo "Enabling grsecurity..."
echo "CONFIG_GRKERNSEC=y" >> $1
echo "# CONFIG_GRKERNSEC_ROFS is not set" >> $1

Loading…
Cancel
Save