Date: Tue, 30 Jul 2002 15:39:28 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socketvar.h Message-ID: <200207302239.g6UMdSsL087596@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/07/30 15:39:28 PDT Modified files: sys/sys socketvar.h Log: Introduce support for Mandatory Access Control and extensible kernel access control. Label socket IPC objects, permitting security features to be maintained at the granularity of the socket. Two labels are stored for each socket: the label of the socket itself, and a cached peer label permitting interogation of the remote endpoint. Since socket locking is not yet present in the base tree, these objects are not locked, but are assumed to follow the same semantics as other modifiable entries in the socket structure. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.89 +3 -0 src/sys/sys/socketvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207302239.g6UMdSsL087596>