diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-06 09:16:30 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-06 09:16:30 -0400 |
commit | 102df4f9bac59d95963572d1a7f31d1a064ca4ca (patch) | |
tree | cf2c18cfb0319ebe1481a9b4ef0a3651a0fe9499 /Xext/xacestr.h | |
parent | 375864cb74cced40ae688078b1f7750998972535 (diff) |
xace: drop site-policy and declare-extension-security hooks, add 2 new hooks
for controlling access to screens and screen savers.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r-- | Xext/xacestr.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h index 8eb74d50f..8d092514d 100644 --- a/Xext/xacestr.h +++ b/Xext/xacestr.h @@ -101,18 +101,12 @@ typedef struct { int status; } XaceSelectionAccessRec; -/* XACE_SITE_POLICY */ typedef struct { - char *policyString; - int len; + ClientPtr client; + ScreenPtr screen; + Mask access_mode; int status; -} XaceSitePolicyRec; - -/* XACE_DECLARE_EXT_SECURE */ -typedef struct { - ExtensionEntry *ext; - Bool secure; -} XaceDeclareExtSecureRec; +} XaceScreenAccessRec; /* XACE_AUTH_AVAIL */ typedef struct { |