From: Eric Paris Date: Wed, 5 Nov 2008 17:47:09 +0000 (-0500) Subject: [PATCH] Audit: make audit=0 actually turn off audit X-Git-Tag: v2.6.28-rc8~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f07114e3359fb98683069ae397220e8992a24a;p=pandora-kernel.git [PATCH] Audit: make audit=0 actually turn off audit Currently audit=0 on the kernel command line does absolutely nothing. Audit always loads and always uses its resources such as creating the kernel netlink socket. This patch causes audit=0 to actually disable audit. Audit will use no resources and starting the userspace auditd daemon will not cause the kernel audit system to activate. Signed-off-by: Eric Paris Signed-off-by: Al Viro --- Reading git-diff-tree failed