[arch-commits] Commit in grsec-common/trunk (05-grsecurity.conf PKGBUILD)

Daniel Micay thestinger at archlinux.org
Tue Oct 14 16:30:58 UTC 2014


    Date: Tuesday, October 14, 2014 @ 18:30:57
  Author: thestinger
Revision: 120654

upgpkg: grsec-common 2-1

enable tpe_restrict_all by default since it will only break niche setups

Modified:
  grsec-common/trunk/05-grsecurity.conf
  grsec-common/trunk/PKGBUILD

--------------------+
 05-grsecurity.conf |    2 +-
 PKGBUILD           |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: 05-grsecurity.conf
===================================================================
--- 05-grsecurity.conf	2014-10-14 16:27:26 UTC (rev 120653)
+++ 05-grsecurity.conf	2014-10-14 16:30:57 UTC (rev 120654)
@@ -98,7 +98,7 @@
 #kernel.grsecurity.tpe = 1
 kernel.grsecurity.tpe_gid = 200
 #kernel.grsecurity.tpe_invert = 1
-#kernel.grsecurity.tpe_restrict_all = 1
+kernel.grsecurity.tpe_restrict_all = 1
 
 #
 # Network protections

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-14 16:27:26 UTC (rev 120653)
+++ PKGBUILD	2014-10-14 16:30:57 UTC (rev 120654)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay <danielmicay at gmail.com>
 pkgname=grsec-common
-pkgver=1
+pkgver=2
 pkgrel=1
 pkgdesc='Base package for grsecurity kernels'
 arch=(any)
@@ -9,7 +9,7 @@
 license=('GPL2')
 install=$pkgname.install
 source=(05-grsecurity.conf)
-sha1sums=('dc6b38e1c89376b81246588956e3b93f59620822')
+sha1sums=('ff93228668f2200b0785d8e2f09e9122911f0ef3')
 backup=(etc/sysctl.d/05-grsecurity.conf)
 
 package() {



More information about the arch-commits mailing list