svn commit: r360235 - head/sys/bsm
Kyle Evans
kevans at FreeBSD.org
Fri Apr 24 01:27:26 UTC 2020
Author: kevans
Date: Fri Apr 24 01:27:25 2020
New Revision: 360235
URL: https://svnweb.freebsd.org/changeset/base/360235
Log:
bsm: add AUE_CLOSERANGE
AUE_CLOSERANGE has been accepted upstream as 43265; AUE_REALPATHAT has now
been upstreamed.
Modified:
head/sys/bsm/audit_kevents.h
Modified: head/sys/bsm/audit_kevents.h
==============================================================================
--- head/sys/bsm/audit_kevents.h Fri Apr 24 00:08:39 2020 (r360234)
+++ head/sys/bsm/audit_kevents.h Fri Apr 24 01:27:25 2020 (r360235)
@@ -658,6 +658,7 @@
#define AUE_EXECVEAT 43262 /* FreeBSD/Linux. */
#define AUE_SHMRENAME 43263 /* FreeBSD-specific. */
#define AUE_REALPATHAT 43264 /* FreeBSD-specific. */
+#define AUE_CLOSERANGE 43265 /* FreeBSD-specific. */
/*
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
More information about the svn-src-all
mailing list