summaryrefslogtreecommitdiff
path: root/Xext/xacestr.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-08-15 14:14:25 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-08-15 14:14:25 -0400
commit3c9553ac2cac7f3a41966def44a50d722d7e645b (patch)
tree7c0e73e257fadf3cd512b109cfa06262eb8cbc55 /Xext/xacestr.h
parentdc84bb3418933297a8c005070902d9a91ed3d18f (diff)
xace: rename hostlist security hook to "server" as this hook will be used
for other types of server access besides just the host list.
Diffstat (limited to 'Xext/xacestr.h')
-rw-r--r--Xext/xacestr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Xext/xacestr.h b/Xext/xacestr.h
index 8d092514d..e4db3a12c 100644
--- a/Xext/xacestr.h
+++ b/Xext/xacestr.h
@@ -86,12 +86,12 @@ typedef struct {
int status;
} XaceExtAccessRec;
-/* XACE_HOSTLIST_ACCESS */
+/* XACE_SERVER_ACCESS */
typedef struct {
ClientPtr client;
Mask access_mode;
int status;
-} XaceHostlistAccessRec;
+} XaceServerAccessRec;
/* XACE_SELECTION_ACCESS */
typedef struct {
@@ -101,6 +101,8 @@ typedef struct {
int status;
} XaceSelectionAccessRec;
+/* XACE_SCREEN_ACCESS */
+/* XACE_SCREENSAVER_ACCESS */
typedef struct {
ClientPtr client;
ScreenPtr screen;