Date: Thursday, January 29, 2015 @ 02:14:03 Author: thestinger Revision: 126718
upgpkg: grsec-common 3-1 add new kernel.grsecurity.chroot_deny_bad_rename option Modified: grsec-common/trunk/05-grsecurity.conf grsec-common/trunk/PKGBUILD --------------------+ 05-grsecurity.conf | 1 + PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) Modified: 05-grsecurity.conf =================================================================== --- 05-grsecurity.conf 2015-01-28 23:48:00 UTC (rev 126717) +++ 05-grsecurity.conf 2015-01-29 01:14:03 UTC (rev 126718) @@ -47,6 +47,7 @@ # #kernel.grsecurity.chroot_caps = 1 +kernel.grsecurity.chroot_deny_bad_rename = 1 #kernel.grsecurity.chroot_deny_chmod = 1 #kernel.grsecurity.chroot_deny_chroot = 1 kernel.grsecurity.chroot_deny_fchdir = 1 Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-28 23:48:00 UTC (rev 126717) +++ PKGBUILD 2015-01-29 01:14:03 UTC (rev 126718) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Daniel Micay <[email protected]> pkgname=grsec-common -pkgver=2 +pkgver=3 pkgrel=1 pkgdesc='Base package for grsecurity kernels' arch=(any) @@ -9,7 +9,7 @@ license=('GPL2') install=$pkgname.install source=(05-grsecurity.conf) -sha1sums=('ff93228668f2200b0785d8e2f09e9122911f0ef3') +sha1sums=('385b73d64119ba334ef170acbffc4969734cfb33') backup=(etc/sysctl.d/05-grsecurity.conf) package() {
