mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:59:07 +08:00
Update to FreeBSD head 2016-08-23
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit.h#10
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
|
@@ -26,7 +26,6 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#7
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
@@ -34,10 +33,10 @@
|
||||
#define _BSM_AUDIT_KEVENTS_H_
|
||||
|
||||
/*
|
||||
* The reserved event numbers for kernel events are 1...2047 and 43001..44900.
|
||||
* The reserved event numbers for kernel events are 1...2047 and 43001..44999.
|
||||
*/
|
||||
#define AUE_IS_A_KEVENT(e) (((e) > 0 && (e) < 2048) || \
|
||||
((e) > 43000 && (e) < 45000))
|
||||
#define AUE_IS_A_KEVENT(e) (((e) > 0 && (e) < 2048) || \
|
||||
((e) > 43000 && (e) < 45000))
|
||||
|
||||
/*
|
||||
* Values marked as AUE_NULL are not required to be audited as per CAPP.
|
||||
@@ -588,7 +587,8 @@
|
||||
#define AUE_OPENAT 43184 /* FreeBSD. */
|
||||
#define AUE_POSIX_OPENPT 43185 /* FreeBSD. */
|
||||
#define AUE_CAP_NEW 43186 /* TrustedBSD. */
|
||||
#define AUE_CAP_GETRIGHTS 43187 /* TrustedBSD. */
|
||||
#define AUE_CAP_RIGHTS_GET 43187 /* TrustedBSD. */
|
||||
#define AUE_CAP_GETRIGHTS AUE_CAP_RIGHTS_GET
|
||||
#define AUE_CAP_ENTER 43188 /* TrustedBSD. */
|
||||
#define AUE_CAP_GETMODE 43189 /* TrustedBSD. */
|
||||
#define AUE_POSIX_SPAWN 43190 /* Darwin. */
|
||||
@@ -603,6 +603,14 @@
|
||||
#define AUE_PDGETPID 43199 /* FreeBSD. */
|
||||
#define AUE_PDWAIT 43200 /* FreeBSD. */
|
||||
#define AUE_WAIT6 43201 /* FreeBSD. */
|
||||
#define AUE_CAP_RIGHTS_LIMIT 43202 /* TrustedBSD. */
|
||||
#define AUE_CAP_IOCTLS_LIMIT 43203 /* TrustedBSD. */
|
||||
#define AUE_CAP_IOCTLS_GET 43204 /* TrustedBSD. */
|
||||
#define AUE_CAP_FCNTLS_LIMIT 43205 /* TrustedBSD. */
|
||||
#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
|
||||
|
Reference in New Issue
Block a user