]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/include/objsec.h
[MLSXFRM]: Add security sid to sock
[linux-2.6-omap-h63xx.git] / security / selinux / include / objsec.h
index 940178865fc78c97e37979f215204b2e1d17fc38..79b9e0af19a0cfc6136439776b9e6a4a8d563a5d 100644 (file)
@@ -99,6 +99,7 @@ struct netif_security_struct {
 
 struct sk_security_struct {
        struct sock *sk;                /* back pointer to sk object */
+       u32 sid;                        /* SID of this object */
        u32 peer_sid;                   /* SID of peer */
 };