summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-31 18:49:51 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-31 18:49:51 -0700
commit3fc90b98f7f243861b1444aef7e620ec183195b8 (patch)
treec3fd4ad2aa37eeb6b4630ad3d95290c2bccf59e8 /security
parent2e8a8e1e8f4e5d20ac180ab45a36e50199129982 (diff)
[PATCH] SECURITY_SELINUX depends on NET
From: Adrian Bunk <bunk@fs.tum.de> LD .tmp_vmlinux1 security/built-in.o(.text+0x97e4): In function `selnl_notify': : undefined reference to `alloc_skb' security/built-in.o(.text+0x988a): In function `selnl_notify': : undefined reference to `netlink_broadcast' Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'security')
-rw-r--r--security/selinux/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig
index be4d39864576..8819822d8e08 100644
--- a/security/selinux/Kconfig
+++ b/security/selinux/Kconfig
@@ -1,6 +1,6 @@
config SECURITY_SELINUX
bool "NSA SELinux Support"
- depends on SECURITY
+ depends on SECURITY && NET
default n
help
This selects NSA Security-Enhanced Linux (SELinux).