Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 536870

Summary: sys-apps/systemd-218: audit is enabled unconditionally and floods dmesg
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Gentoo systemd Team <systemd>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=736910
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Dont-enable-audit.patch

Description Pacho Ramos gentoo-dev 2015-01-17 17:03:25 UTC
Created attachment 394174 [details, diff]
Dont-enable-audit.patch

It's explained at:
http://lists.freedesktop.org/archives/systemd-devel/2014-December/026591.html

As explained at:
https://bugzilla.redhat.com/show_bug.cgi?id=1160046

It looks like a limitation of kernel that could be solved by:
http://thread.gmane.org/gmane.linux.kernel/1857321

But that topic has stalled completely

I would then apply the attached patch (that is the one applied in Ubuntu to workaround this problem)

Thanks for considering it
Comment 1 Mike Gilbert gentoo-dev 2015-01-17 20:26:20 UTC
Ah, I was wondering about this; I disabled CONFIG_AUDIT just to shut it up.

No objection from me.
Comment 2 Mike Gilbert gentoo-dev 2015-01-17 20:51:54 UTC
+*systemd-218-r2 (17 Jan 2015)
+
+  17 Jan 2015; Mike Gilbert <floppym@gentoo.org>
+  +files/218-Dont-enable-audit-by-default.patch, +systemd-218-r2.ebuild:
+  Don't enable audit by default, bug 536870.