diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-18 14:11:11 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-18 14:11:11 -0400 |
commit | 55a96aa6b0995fda6660b7e78c85b955a62b9735 (patch) | |
tree | f2d943833ef0c02771fcae9a64e74746818b49f8 /Xext/xselinux.h | |
parent | e974bc1233608ec09fbd40b12217925e4d2205aa (diff) |
xselinux: add basic event labeling.
Diffstat (limited to 'Xext/xselinux.h')
-rw-r--r-- | Xext/xselinux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h index 02ec86bf3..407b81f93 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -42,6 +42,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define SECCLASS_X_DEVICE 10 #define SECCLASS_X_SERVER 11 #define SECCLASS_X_EXTENSION 12 -#define SECCLASS_X_RESOURCE 13 +#define SECCLASS_X_EVENT 13 +#define SECCLASS_X_RESOURCE 14 #endif /* _XSELINUX_H */ |