On 2005-03-06 12:04, Andreas Bachmann <[EMAIL PROTECTED]> wrote: > can a socket, which created by a user over a process (xfile.xf_uid, > xfile.xf_pid), suddenly have another user or another process (maybee > with setuid() or fork()) or does the socket clone?
AFAIK, this can only be done if the original process calls execve() on a setuid binary and has not marked the socket descriptor as close-on-exec. _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"