Date: Fri, 24 Apr 2020 01:27:26 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r360235 - head/sys/bsm Message-ID: <202004240127.03O1RQZN031384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004240127.03O1RQZN031384>