Date: Wed, 17 Nov 2004 13:12:06 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys msg.h sem.h shm.h Message-ID: <200411171312.iAHDC6Wl066574@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-11-17 13:12:06 UTC
FreeBSD src repository
Modified files:
sys/sys msg.h sem.h shm.h
Log:
In the kernel-only portionss of System V IPC objects (messages,
message queues, shared memory segments, and semaphores), add a struct
label pointer, which will hold the MAC labels for the objects. As a
result of recent work to separate kernel and user space ABIs, this
should not break the ABI for applications using System V IPC, but will
require a rebuild of the ipcs monitoring tool.
Submitted by: Dandekar Hrishikesh <rishi_dandekar at sbcglobal dot net>
Obtained from: TrustedBSD Project
Sponsored by: DARPA, SPAWAR, McAfee Research
Revision Changes Path
1.19 +2 -0 src/sys/sys/msg.h
1.29 +1 -0 src/sys/sys/sem.h
1.21 +1 -0 src/sys/sys/shm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411171312.iAHDC6Wl066574>
