Searched hist:"83503 a92279b9bc43e9a935a443f6893b7f9881b" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | raw_ip.c | diff 83503a92279b9bc43e9a935a443f6893b7f9881b Fri Jul 18 18:10:36 CEST 2003 Robert Watson <rwatson@FreeBSD.org> Add a comment above rip_ctloutput() documenting that the privilege check for raw IP system management operations is often (although not always) implicit due to the namespacing of raw IP sockets. I.e., you have to have privilege to get a raw IP socket, so much of the management code sitting on raw IP sockets assumes that any requests on the socket should be granted privilege.
Obtained from: TrustedBSD Project Product of: France diff 83503a92279b9bc43e9a935a443f6893b7f9881b Fri Jul 18 18:10:36 CEST 2003 Robert Watson <rwatson@FreeBSD.org> Add a comment above rip_ctloutput() documenting that the privilege check for raw IP system management operations is often (although not always) implicit due to the namespacing of raw IP sockets. I.e., you have to have privilege to get a raw IP socket, so much of the management code sitting on raw IP sockets assumes that any requests on the socket should be granted privilege.
Obtained from: TrustedBSD Project Product of: France
|