diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-08-25 18:17:01 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-08-25 18:17:01 -0400 |
commit | 13c6713c82763a85c725c998b37ad02156d803ba (patch) | |
tree | c8a3c6c08607acda2d6178d3d8b3ce50b680e277 /Xext/xace.h | |
parent | 52ba722e4c89c052609b4fc62e965d92778aa2dd (diff) |
Add four new XACE hooks: auditing, key event notification, window init
Diffstat (limited to 'Xext/xace.h')
-rw-r--r-- | Xext/xace.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Xext/xace.h b/Xext/xace.h index 68f6dd442..6cb4b4f5d 100644 --- a/Xext/xace.h +++ b/Xext/xace.h @@ -46,7 +46,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define XACE_SITE_POLICY 10 #define XACE_DECLARE_EXT_SECURE 11 #define XACE_AUTH_AVAIL 12 -#define XACE_NUM_HOOKS 13 +#define XACE_KEY_AVAIL 13 +#define XACE_WINDOW_INIT 14 +#define XACE_AUDIT_BEGIN 15 +#define XACE_AUDIT_END 16 +#define XACE_NUM_HOOKS 17 extern CallbackListPtr XaceHooks[XACE_NUM_HOOKS]; |