diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-26 10:28:05 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-26 10:28:05 -0400 |
commit | 0331c6a8fcba1dc27ef45aaf5f694799d0085413 (patch) | |
tree | c77ffa4bacf132406f2ed1d4def2296c34a74a0d /Xext/xace.h | |
parent | 84a066cc88fe4326ddacd04ab5e1158a80571c33 (diff) | |
parent | f7c5aa0dc0fa3569a2ee412c4f996960f936b6ed (diff) |
Merge branch 'master' into XACE-SELINUX
Diffstat (limited to 'Xext/xace.h')
-rw-r--r-- | Xext/xace.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Xext/xace.h b/Xext/xace.h index d3d5a84be..ec138426d 100644 --- a/Xext/xace.h +++ b/Xext/xace.h @@ -82,16 +82,6 @@ extern int XaceHook( /* From the original Security extension... */ -/* Proc vectors for untrusted clients, swapped and unswapped versions. - * These are the same as the normal proc vectors except that extensions - * that haven't declared themselves secure will have ProcBadRequest plugged - * in for their major opcode dispatcher. This prevents untrusted clients - * from guessing extension major opcodes and using the extension even though - * the extension can't be listed or queried. - */ -extern int (*UntrustedProcVector[256])(ClientPtr client); -extern int (*SwappedUntrustedProcVector[256])(ClientPtr client); - extern void XaceCensorImage( ClientPtr client, RegionPtr pVisibleRegion, |