[MLSXFRM]: Auto-labeling of child sockets
authorVenkat Yekkirala <vyekkirala@TrustedCS.com>
Tue, 25 Jul 2006 06:32:50 +0000 (23:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:53:29 +0000 (14:53 -0700)
commit4237c75c0a35535d7f9f2bfeeb4b4df1e068a0bf
tree02adcb6fe6c346a8b99cf161ba5233ed1e572727
parentcb969f072b6d67770b559617f14e767f47e77ece
[MLSXFRM]: Auto-labeling of child sockets

This automatically labels the TCP, Unix stream, and dccp child sockets
as well as openreqs to be at the same MLS level as the peer. This will
result in the selection of appropriately labeled IPSec Security
Associations.

This also uses the sock's sid (as opposed to the isec sid) in SELinux
enforcement of secmark in rcv_skb and postroute_last hooks.

Signed-off-by: Venkat Yekkirala <vyekkirala@TrustedCS.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
include/linux/security.h
include/net/request_sock.h
include/net/sock.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/inet_connection_sock.c
net/ipv4/syncookies.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c
security/dummy.c
security/selinux/hooks.c
security/selinux/xfrm.c