diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-03-21 22:59:01 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-03-21 22:59:01 +0000 |
commit | e948704e4b735799973ee52c7bc803090b07d1de (patch) | |
tree | c837bb52e4e3da9316dcdbedaadda8c664bf4f22 /sys/bsm | |
parent | 14cd1ffdf8718d6d6b2658489b0dc9749a125953 (diff) | |
download | src-e948704e4b735799973ee52c7bc803090b07d1de.tar.gz src-e948704e4b735799973ee52c7bc803090b07d1de.zip |
Notes
Diffstat (limited to 'sys/bsm')
-rw-r--r-- | sys/bsm/audit_kevents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index d56a96b4e687..da2bc7c00c55 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -610,6 +610,7 @@ #define AUE_CAP_FCNTLS_GET 43206 /* TrustedBSD. */ #define AUE_BINDAT 43207 /* TrustedBSD. */ #define AUE_CONNECTAT 43208 /* TrustedBSD. */ +#define AUE_CHFLAGSAT 43209 /* FreeBSD-specific. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the |