X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=security%2Fselinux%2Finclude%2Fobjsec.h;h=79b9e0af19a0cfc6136439776b9e6a4a8d563a5d;hb=892c141e62982272b9c738b5520ad0e5e1ad7b42;hp=940178865fc78c97e37979f215204b2e1d17fc38;hpb=c312feb2931ded0582378712727b7ea017a951bd;p=linux-2.6-omap-h63xx.git diff --git a/security/selinux/include/objsec.h b/security/selinux/include/objsec.h index 940178865fc..79b9e0af19a 100644 --- a/security/selinux/include/objsec.h +++ b/security/selinux/include/objsec.h @@ -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 */ };