Audit requires CONFIG_NET

Audit now actually requires netlink.  So make it depend on CONFIG_NET, 
and remove the inline dependencies on CONFIG_NET.

Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
Chris Wright
2005-05-11 10:52:45 +01:00
committed by David Woodhouse
parent 5a241d7703
commit 804a6a49d8
3 changed files with 1 additions and 32 deletions
+1
View File
@@ -164,6 +164,7 @@ config SYSCTL
config AUDIT
bool "Auditing support"
depends on NET
default y if SECURITY_SELINUX
help
Enable auditing infrastructure that can be used with another