projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df88912
)
[PATCH] selinux: endian fix
author
Alexey Dobriyan
<adobriyan@gmail.com>
Sat, 20 May 2006 22:00:02 +0000
(15:00 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 21 May 2006 19:59:17 +0000
(12:59 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Acked-by: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
security/selinux/hooks.c
patch
|
blob
|
blame
|
history
diff --git
a/security/selinux/hooks.c
b/security/selinux/hooks.c
index d987048d3f330526b31185d5023ea8fd4c891027..21dad415b8960d7e389a7e4d8376a9972b0e7abe 100644
(file)
--- a/
security/selinux/hooks.c
+++ b/
security/selinux/hooks.c
@@
-3231,7
+3231,7
@@
static int selinux_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb)
goto out;
/* Handle mapped IPv4 packets arriving via IPv6 sockets */
- if (family == PF_INET6 && skb->protocol ==
ntoh
s(ETH_P_IP))
+ if (family == PF_INET6 && skb->protocol ==
hton
s(ETH_P_IP))
family = PF_INET;
read_lock_bh(&sk->sk_callback_lock);