diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-09 14:45:27 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-09 15:00:15 -0500 |
commit | 45f884d79c0eebaa1eb24d7db76c1177f6b710c9 (patch) | |
tree | 8bcd70e64ce4ef41914daa9a9564be38622f82f6 /Xext/xselinux.h | |
parent | b092856baba5bd43b23950f23236b5cc3ce78c1e (diff) |
xselinux: add new synthetic_event security class, and fix registry code.
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 50838d754..ea8d9e440 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -187,6 +187,7 @@ typedef struct { #define SECCLASS_X_SERVER 11 #define SECCLASS_X_EXTENSION 12 #define SECCLASS_X_EVENT 13 -#define SECCLASS_X_RESOURCE 14 +#define SECCLASS_X_FAKEEVENT 14 +#define SECCLASS_X_RESOURCE 15 #endif /* _XSELINUX_H */ |