This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via b0cc67f047e6aad1dfe2cc909b425380496fd9f1 (commit) via 8e74d2007414e2808734cdf7a134a3132ce2bc32 (commit) from 279e68f51e243ffb038bce3928961f5201191391 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b0cc67f047e6aad1dfe2cc909b425380496fd9f1 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 11 19:12:31 2011 +0200
kernel: Change /proc group to gid 10 (=wheel).
grsecurity provides a feature to restrict access to /proc. In our particular setting, nobody than root is allow to access all of the /proc fs, but as we need some processes to get access to it as well (snmpd, radvd, ...) we need a group to allow that.
I have choosen "wheel" as it is recommended by spengler.
commit 8e74d2007414e2808734cdf7a134a3132ce2bc32 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 11 18:52:41 2011 +0200
radvd: Fix URL of the website.
-----------------------------------------------------------------------
Summary of changes: pkgs/kernel/config | 2 +- pkgs/kernel/kernel.nm | 2 +- pkgs/radvd/radvd.nm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/kernel/config b/pkgs/kernel/config index fd7aad4..9070eff 100644 --- a/pkgs/kernel/config +++ b/pkgs/kernel/config @@ -4086,7 +4086,7 @@ CONFIG_GRKERNSEC_ACL_TIMEOUT=30 CONFIG_GRKERNSEC_PROC=y # CONFIG_GRKERNSEC_PROC_USER is not set CONFIG_GRKERNSEC_PROC_USERGROUP=y -CONFIG_GRKERNSEC_PROC_GID=1001 +CONFIG_GRKERNSEC_PROC_GID=10 CONFIG_GRKERNSEC_PROC_ADD=y CONFIG_GRKERNSEC_LINK=y CONFIG_GRKERNSEC_FIFO=y diff --git a/pkgs/kernel/kernel.nm b/pkgs/kernel/kernel.nm index f78e178..4f637c7 100644 --- a/pkgs/kernel/kernel.nm +++ b/pkgs/kernel/kernel.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = linux PKG_VER = 2.6.39 -PKG_REL = 1 +PKG_REL = 2
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org PKG_GROUPS = System/Kernels diff --git a/pkgs/radvd/radvd.nm b/pkgs/radvd/radvd.nm index 558f35d..c26f072 100644 --- a/pkgs/radvd/radvd.nm +++ b/pkgs/radvd/radvd.nm @@ -26,11 +26,11 @@ include $(PKGROOT)/Include
PKG_NAME = radvd PKG_VER = 1.8 -PKG_REL = 1 +PKG_REL = 2
PKG_MAINTAINER = PKG_GROUPS = System/Daemons -PKG_URL = http://flex.sourceforge.net/ +PKG_URL = http://www.litech.org/radvd/ PKG_LICENSE = BSD with advertising PKG_SUMMARY = A Router Advertisement daemon.
hooks/post-receive -- IPFire 3.x development tree