diff options
author | pjd <pjd@FreeBSD.org> | 2013-03-21 22:59:01 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-03-21 22:59:01 +0000 |
commit | 635dbe90f28856681c546e79b162657930ba6248 (patch) | |
tree | c837bb52e4e3da9316dcdbedaadda8c664bf4f22 /sys/bsm | |
parent | 5fc1bac31561b1a789448e02dc042557d6fbbbdf (diff) | |
download | FreeBSD-src-635dbe90f28856681c546e79b162657930ba6248.zip FreeBSD-src-635dbe90f28856681c546e79b162657930ba6248.tar.gz |
Implement chflagsat(2) system call, similar to fchmodat(2), but operates on
file flags.
Reviewed by: kib, jilles
Sponsored by: The FreeBSD Foundation
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 d56a96b..da2bc7c 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 |