Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/13/2002 17:49:46
Module Name: syssrc
Committed By: jdolecek
Date: Wed Nov 13 15:49:46 UTC 2002
Modified Files:
syssrc/sys/kern: exec_elf32.c
Log Message:
ELF copyargs: at the time this is executed, process's ucred doesn't
contain the new uid/gid for suid/sgid binaries yet; determine AT_EUID
and AT_EGID by checking executed program vnode attributes in this case
To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 syssrc/sys/kern/exec_elf32.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.