Naming change: Security*Access -> Dix*Access

This commit is contained in:
Eamon Walsh 2006-12-14 14:45:42 -05:00 committed by Eamon Walsh
commit 6c46645cfc
45 changed files with 439 additions and 438 deletions

View file

@ -1528,7 +1528,7 @@ AuthorizedClient(ClientPtr client)
return TRUE;
/* untrusted clients can't change host access */
if (!XaceHook(XACE_HOSTLIST_ACCESS, client, SecurityWriteAccess))
if (!XaceHook(XACE_HOSTLIST_ACCESS, client, DixWriteAccess))
return FALSE;
return LocalClient(client);