mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
security: drop the "declare extension security" dix call. Use the
SecurityPolicy configuration file instead.
This commit is contained in:
parent
e34fcd2bf4
commit
d445d2f22b
10 changed files with 67 additions and 65 deletions
|
|
@ -250,14 +250,6 @@ GetExtensionEntry(int major)
|
|||
return extensions[major];
|
||||
}
|
||||
|
||||
_X_EXPORT void
|
||||
DeclareExtensionSecurity(char *extname, Bool secure)
|
||||
{
|
||||
int i = FindExtension(extname, strlen(extname));
|
||||
if (i >= 0)
|
||||
XaceHook(XACE_DECLARE_EXT_SECURE, extensions[i], secure);
|
||||
}
|
||||
|
||||
_X_EXPORT unsigned short
|
||||
StandardMinorOpcode(ClientPtr client)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue