mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-15 19:22:22 +00:00
Naming change: Security*Access -> Dix*Access
This commit is contained in:
parent
b88ad820fa
commit
6c46645cfc
45 changed files with 439 additions and 438 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue