public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/hardened-patchset:master commit in: 3.0.3/, 2.6.32/
Date: Sun, 28 Aug 2011 17:26:11 +0000 (UTC)	[thread overview]
Message-ID: <c75bf8898a776426c4869b65554106b96d63545a.blueness@gentoo> (raw)

commit:     c75bf8898a776426c4869b65554106b96d63545a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 17:26:03 2011 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 17:26:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-patchset.git;a=commit;h=c75bf889

*/4435_grsec-kconfig-gentoo.patch: remove deprecated CONFIG_GRKERNSEC_EXECVE

---
 2.6.32/4435_grsec-kconfig-gentoo.patch |    5 +----
 3.0.3/4435_grsec-kconfig-gentoo.patch  |    5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/2.6.32/4435_grsec-kconfig-gentoo.patch b/2.6.32/4435_grsec-kconfig-gentoo.patch
index 49720b1..a2b16d6 100644
--- a/2.6.32/4435_grsec-kconfig-gentoo.patch
+++ b/2.6.32/4435_grsec-kconfig-gentoo.patch
@@ -27,7 +27,7 @@ diff -Naur linux-2.6.32-hardened-r44.orig/grsecurity/Kconfig linux-2.6.32-harden
  
  config GRKERNSEC_LOW
  	bool "Low"
-@@ -191,6 +191,261 @@
+@@ -191,6 +191,258 @@
  	  - Restricted sysfs/debugfs
  	  - Active kernel exploit response
  
@@ -35,7 +35,6 @@ diff -Naur linux-2.6.32-hardened-r44.orig/grsecurity/Kconfig linux-2.6.32-harden
 +	bool "Hardened Gentoo [server]"
 +	select GRKERNSEC_LINK
 +	select GRKERNSEC_FIFO
-+	select GRKERNSEC_EXECVE
 +	select GRKERNSEC_DMESG
 +	select GRKERNSEC_FORKFAIL
 +	select GRKERNSEC_TIME
@@ -120,7 +119,6 @@ diff -Naur linux-2.6.32-hardened-r44.orig/grsecurity/Kconfig linux-2.6.32-harden
 +	bool "Hardened Gentoo [workstation]"
 +	select GRKERNSEC_LINK
 +	select GRKERNSEC_FIFO
-+	select GRKERNSEC_EXECVE
 +	select GRKERNSEC_DMESG
 +	select GRKERNSEC_FORKFAIL
 +	select GRKERNSEC_TIME
@@ -205,7 +203,6 @@ diff -Naur linux-2.6.32-hardened-r44.orig/grsecurity/Kconfig linux-2.6.32-harden
 +	bool "Hardened Gentoo [virtualization]"
 +	select GRKERNSEC_LINK
 +	select GRKERNSEC_FIFO
-+	select GRKERNSEC_EXECVE
 +	select GRKERNSEC_DMESG
 +	select GRKERNSEC_FORKFAIL
 +	select GRKERNSEC_TIME

diff --git a/3.0.3/4435_grsec-kconfig-gentoo.patch b/3.0.3/4435_grsec-kconfig-gentoo.patch
index 1721c9e..6e1e60f 100644
--- a/3.0.3/4435_grsec-kconfig-gentoo.patch
+++ b/3.0.3/4435_grsec-kconfig-gentoo.patch
@@ -27,7 +27,7 @@ diff -Naur linux-2.6.38-hardened-r1.orig/grsecurity/Kconfig linux-2.6.38-hardene
  
  config GRKERNSEC_LOW
  	bool "Low"
-@@ -191,6 +191,261 @@
+@@ -191,6 +191,258 @@
  	  - Restricted sysfs/debugfs
  	  - Active kernel exploit response
  
@@ -35,7 +35,6 @@ diff -Naur linux-2.6.38-hardened-r1.orig/grsecurity/Kconfig linux-2.6.38-hardene
 +	bool "Hardened Gentoo [server]"
 +	select GRKERNSEC_LINK
 +	select GRKERNSEC_FIFO
-+	select GRKERNSEC_EXECVE
 +	select GRKERNSEC_DMESG
 +	select GRKERNSEC_FORKFAIL
 +	select GRKERNSEC_TIME
@@ -120,7 +119,6 @@ diff -Naur linux-2.6.38-hardened-r1.orig/grsecurity/Kconfig linux-2.6.38-hardene
 +	bool "Hardened Gentoo [workstation]"
 +	select GRKERNSEC_LINK
 +	select GRKERNSEC_FIFO
-+	select GRKERNSEC_EXECVE
 +	select GRKERNSEC_DMESG
 +	select GRKERNSEC_FORKFAIL
 +	select GRKERNSEC_TIME
@@ -205,7 +203,6 @@ diff -Naur linux-2.6.38-hardened-r1.orig/grsecurity/Kconfig linux-2.6.38-hardene
 +	bool "Hardened Gentoo [virtualization]"
 +	select GRKERNSEC_LINK
 +	select GRKERNSEC_FIFO
-+	select GRKERNSEC_EXECVE
 +	select GRKERNSEC_DMESG
 +	select GRKERNSEC_FORKFAIL
 +	select GRKERNSEC_TIME



             reply	other threads:[~2011-08-28 17:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-28 17:26 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-31 12:00 [gentoo-commits] proj/hardened-patchset:master commit in: 3.0.3/, 2.6.32/ Anthony G. Basile
2011-08-30  2:41 Anthony G. Basile
2011-08-27 15:52 Anthony G. Basile
2011-08-26 12:34 Anthony G. Basile
2011-08-25 14:13 Anthony G. Basile
2011-08-24 12:12 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c75bf8898a776426c4869b65554106b96d63545a.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox