summaryrefslogtreecommitdiff
path: root/Xext/xacestr.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-08-06 09:16:30 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-08-06 09:16:30 -0400
commit102df4f9bac59d95963572d1a7f31d1a064ca4ca (patch)
treecf2c18cfb0319ebe1481a9b4ef0a3651a0fe9499 /Xext/xacestr.h
parent375864cb74cced40ae688078b1f7750998972535 (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.h14
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 {