cvs commit: src/sys/sys msg.h sem.h shm.h
Robert Watson
rwatson at FreeBSD.org
Wed Nov 17 13:12:06 GMT 2004
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
More information about the cvs-src
mailing list