aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2017-03-26 21:14:49 +0000
committerRobert Watson <rwatson@FreeBSD.org>2017-03-26 21:14:49 +0000
commit5e386598a6d77973b93c073080f0cc574edda9e2 (patch)
tree9d79b1916285969c5438819eb911a5c74d8596a5 /usr.sbin
parentcb53322fdfcb4b234a664eb2f9ed8af8890495d2 (diff)
parent47192295e7ee42c5e669dfdb5cb146bc87a63fe5 (diff)
downloadsrc-5e386598a6d77973b93c073080f0cc574edda9e2.tar.gz
src-5e386598a6d77973b93c073080f0cc574edda9e2.zip
Merge OpenBSM 1.2-alpha5 from vendor branch to FreeBSD -CURRENT:
- Add a new "qsize" parameter in audit_control and the getacqsize(3) API to query it, allowing to set the kernel's maximum audit queue length. - Add support to push a mapping between audit event names and event numbers into the kernel (where supported) using new A_GETEVENT and A_SETEVENT auditon(2) operations. - Add audit event identifiers for a number of new (and not-so-new) FreeBSD system calls including those for asynchronous I/O, thread management, SCTP, jails, multi-FIB support, and misc. POSIX interfaces such as posix_fallocate(2) and posix_fadvise(2). - On operating systems supporting Capsicum, auditreduce(1) and praudit(1) now run sandboxed. - Empty "flags" and "naflags" fields are now permitted in audit_control(5). Many thanks to Christian Brueffer for producing the OpenBSM release and importing/tagging it in the vendor branch. This release will allow improved auditing of a range of new FreeBSD functionality, as well as non-traditional events (e.g., fine-grained I/O auditing) not required by the Orange Book or Common Criteria. Obtained from: TrustedBSD Project Sponsored by: DARPA, AFRL MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=316006
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/praudit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/praudit/Makefile b/usr.sbin/praudit/Makefile
index 2ee2cbfa8914..494432bb9d4e 100644
--- a/usr.sbin/praudit/Makefile
+++ b/usr.sbin/praudit/Makefile
@@ -5,6 +5,8 @@
OPENBSMDIR=${SRCTOP}/contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/praudit
+CFLAGS+= -I${OPENBSMDIR}
+
PROG= praudit
MAN= praudit.1