summaryrefslogtreecommitdiff
path: root/Xext/xace.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/xace.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/xace.h')
-rw-r--r--Xext/xace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xace.h b/Xext/xace.h
index 083261273..e2982cfe2 100644
--- a/Xext/xace.h
+++ b/Xext/xace.h
@@ -51,8 +51,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define XACE_EXT_ACCESS 8
#define XACE_HOSTLIST_ACCESS 9
#define XACE_SELECTION_ACCESS 10
-#define XACE_SITE_POLICY 11
-#define XACE_DECLARE_EXT_SECURE 12
+#define XACE_SCREEN_ACCESS 11
+#define XACE_SCREENSAVER_ACCESS 12
#define XACE_AUTH_AVAIL 13
#define XACE_KEY_AVAIL 14
#define XACE_AUDIT_BEGIN 15