patch-2.2.16 linux/net/unix/af_unix.c
Next file: linux/scripts/Configure
Previous file: linux/net/netsyms.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Wed Jun 7 14:26:44 2000
- Orig file:
v2.2.15/linux/net/unix/af_unix.c
- Orig date:
Wed May 3 17:16:54 2000
diff -urN v2.2.15/linux/net/unix/af_unix.c linux/net/unix/af_unix.c
@@ -8,7 +8,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
- * Version: $Id: af_unix.c,v 1.76.2.2 1999/08/07 10:56:48 davem Exp $
+ * Version: $Id: af_unix.c,v 1.76.2.4 2000/05/27 04:46:44 davem Exp $
*
* Fixes:
* Linus Torvalds : Assorted bug cures.
@@ -43,6 +43,7 @@
* number of socks to 2*max_files and
* the number of skb queueable in the
* dgram receiver.
+ * Malcolm Beattie : Set peercred for socketpair
*
* Known differences from reference BSD that was tested:
*
@@ -814,6 +815,9 @@
unix_lock(skb);
unix_peer(ska)=skb;
unix_peer(skb)=ska;
+ ska->peercred.pid = skb->peercred.pid = current->pid;
+ ska->peercred.uid = skb->peercred.uid = current->euid;
+ ska->peercred.gid = skb->peercred.gid = current->egid;
if (ska->type != SOCK_DGRAM)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)