diff options
| author | Andrew Morton <akpm@osdl.org> | 2005-03-13 00:27:15 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-13 00:27:15 -0800 |
| commit | 517445fced0a284900acb6b51201034c968ac3db (patch) | |
| tree | eeefc727ec4ed1fee2438367046cd216191cbb38 /security | |
| parent | ec8a31b1b504d01602f4920faf35f4fd1d63aeb6 (diff) | |
[PATCH] selinux needs inet
security/built-in.o(.text+0xe2fc): In function `selinux_socket_bind':
: undefined reference to `sysctl_local_port_range'
Acked-by: James Morris <jmorris@redhat.com>
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig index ec46f55fd134..b59582b92283 100644 --- a/security/selinux/Kconfig +++ b/security/selinux/Kconfig @@ -1,6 +1,6 @@ config SECURITY_SELINUX bool "NSA SELinux Support" - depends on SECURITY && NET + depends on SECURITY && NET && INET default n help This selects NSA Security-Enhanced Linux (SELinux). |
