diff -NurpP linux-2.6.16.11-vs2.1.1-rc18/security/commoncap.c linux-2.6.16.11-vs2.1.1-rc18.6/security/commoncap.c --- linux-2.6.16.11-vs2.1.1-rc18/security/commoncap.c 2006-04-27 21:32:17 +0200 +++ linux-2.6.16.11-vs2.1.1-rc18.6/security/commoncap.c 2006-04-28 04:54:41 +0200 @@ -27,7 +27,7 @@ int cap_netlink_send(struct sock *sk, struct sk_buff *skb) { - NETLINK_CB(skb).eff_cap = current->cap_effective; + cap_t(NETLINK_CB(skb).eff_cap) = vx_mbcap(cap_effective); return 0; }