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 371d4b90b09c56ee5e07f3f72c19a26ae9fc6237 (commit)
from ba664afd459524627a3410b63b9e0d2d7aeefdd8 (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 371d4b90b09c56ee5e07f3f72c19a26ae9fc6237
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Apr 30 20:35:35 2012 +0200
kernel: Disable audit messages for mount and clock.
There have been messages (printk) when the kernel mounted/umounted
some filesystem or when the clock was changed.
That is very annoying and I don't believe that it will create
a potential security issue.
-----------------------------------------------------------------------
Summary of changes:
kernel/config-generic | 4 ++--
kernel/kernel.nm | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/kernel/config-generic b/kernel/config-generic
index 1703ee3..45ce98a 100644
--- a/kernel/config-generic
+++ b/kernel/config-generic
@@ -3909,10 +3909,10 @@ CONFIG_GRKERNSEC_RESLOG=y
# CONFIG_GRKERNSEC_CHROOT_EXECLOG is not set
# CONFIG_GRKERNSEC_AUDIT_PTRACE is not set
# CONFIG_GRKERNSEC_AUDIT_CHDIR is not set
-CONFIG_GRKERNSEC_AUDIT_MOUNT=y
+# CONFIG_GRKERNSEC_AUDIT_MOUNT is not set
CONFIG_GRKERNSEC_SIGNAL=y
CONFIG_GRKERNSEC_FORKFAIL=y
-CONFIG_GRKERNSEC_TIME=y
+# CONFIG_GRKERNSEC_TIME is not set
CONFIG_GRKERNSEC_PROC_IPADDR=y
#
diff --git a/kernel/kernel.nm b/kernel/kernel.nm
index f515447..67945fc 100644
--- a/kernel/kernel.nm
+++ b/kernel/kernel.nm
@@ -5,7 +5,7 @@
name = kernel
version = 3.2.12
-release = 3
+release = 4
thisapp = linux-%{version}
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
hooks/post-receive
--
IPFire 3.x development tree