]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Audit arguments to POSIX message queues, semaphores, and shared memory.
authorRobert Watson <rwatson@FreeBSD.org>
Fri, 31 Mar 2017 13:43:00 +0000 (13:43 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Fri, 31 Mar 2017 13:43:00 +0000 (13:43 +0000)
commit15bcf785ba268a1fb2b270233a7ae56d9e0ebc3a
treec1256bc0e58074fd3b7b1fe98a8148f625289b73
parent788e62864f8684da8459c5cbb5b88c34ee1c4bf5
Audit arguments to POSIX message queues, semaphores, and shared memory.

This requires minor changes to the audit framework to allow capturing
paths that are not filesystem paths (i.e., will not be canonicalised
relative to the process current working directory and/or filesystem
root).

Obtained from: TrustedBSD Project
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
sys/kern/uipc_mqueue.c
sys/kern/uipc_sem.c
sys/kern/uipc_shm.c
sys/security/audit/audit.h
sys/security/audit/audit_arg.c