audit.h (3dcbbcda7c5b77c400791b26facd6593c5b176e0) audit.h (95d4e6be25a68cd9fbe8c0d356b585504d8db1c7)
1/* audit.h -- Auditing support
2 *
3 * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
4 * All Rights Reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 81 unchanged lines hidden (view full) ---

90#define AUDIT_MQ_GETSETATTR 1315 /* POSIX MQ get/set attribute record type */
91
92#define AUDIT_AVC 1400 /* SE Linux avc denial or grant */
93#define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */
94#define AUDIT_AVC_PATH 1402 /* dentry, vfsmount pair from avc */
95#define AUDIT_MAC_POLICY_LOAD 1403 /* Policy file load */
96#define AUDIT_MAC_STATUS 1404 /* Changed enforcing,permissive,off */
97#define AUDIT_MAC_CONFIG_CHANGE 1405 /* Changes to booleans */
1/* audit.h -- Auditing support
2 *
3 * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
4 * All Rights Reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 81 unchanged lines hidden (view full) ---

90#define AUDIT_MQ_GETSETATTR 1315 /* POSIX MQ get/set attribute record type */
91
92#define AUDIT_AVC 1400 /* SE Linux avc denial or grant */
93#define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */
94#define AUDIT_AVC_PATH 1402 /* dentry, vfsmount pair from avc */
95#define AUDIT_MAC_POLICY_LOAD 1403 /* Policy file load */
96#define AUDIT_MAC_STATUS 1404 /* Changed enforcing,permissive,off */
97#define AUDIT_MAC_CONFIG_CHANGE 1405 /* Changes to booleans */
98#define AUDIT_MAC_UNLBL_ACCEPT 1406 /* NetLabel: allow unlabeled traffic */
99#define AUDIT_MAC_UNLBL_DENY 1407 /* NetLabel: deny unlabeled traffic */
100#define AUDIT_MAC_CIPSOV4_ADD 1408 /* NetLabel: add CIPSOv4 DOI entry */
101#define AUDIT_MAC_CIPSOV4_DEL 1409 /* NetLabel: del CIPSOv4 DOI entry */
102#define AUDIT_MAC_MAP_ADD 1410 /* NetLabel: add LSM domain mapping */
103#define AUDIT_MAC_MAP_DEL 1411 /* NetLabel: del LSM domain mapping */
98#define AUDIT_MAC_UNLBL_ALLOW 1406 /* NetLabel: allow unlabeled traffic */
99#define AUDIT_MAC_CIPSOV4_ADD 1407 /* NetLabel: add CIPSOv4 DOI entry */
100#define AUDIT_MAC_CIPSOV4_DEL 1408 /* NetLabel: del CIPSOv4 DOI entry */
101#define AUDIT_MAC_MAP_ADD 1409 /* NetLabel: add LSM domain mapping */
102#define AUDIT_MAC_MAP_DEL 1410 /* NetLabel: del LSM domain mapping */
104
105#define AUDIT_FIRST_KERN_ANOM_MSG 1700
106#define AUDIT_LAST_KERN_ANOM_MSG 1799
107#define AUDIT_ANOM_PROMISCUOUS 1700 /* Device changed promiscuous mode */
108
109#define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */
110
111/* Rule flags */

--- 397 unchanged lines hidden ---
103
104#define AUDIT_FIRST_KERN_ANOM_MSG 1700
105#define AUDIT_LAST_KERN_ANOM_MSG 1799
106#define AUDIT_ANOM_PROMISCUOUS 1700 /* Device changed promiscuous mode */
107
108#define AUDIT_KERNEL 2000 /* Asynchronous audit record. NOT A REQUEST. */
109
110/* Rule flags */

--- 397 unchanged lines hidden ---