Module Name: src Committed By: christos Date: Fri Mar 13 16:37:12 UTC 2020
Modified Files: src/sys/net: rtsock_shared.c Log Message: Use the socket credentials that are established during the socket creation instead of the current process credentials (which can change via set{e,}{u,g}id(2)) and by passing the fd to a different process. This makes the routing socket behave like other file descriptors. Proposed in tech-kern. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/net/rtsock_shared.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.