mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 19:00:08 +01:00
Use XACE, not XCSECURITY to decide if SecurityLookup* are exported
This commit is contained in:
parent
3177dc498a
commit
c0cb8d1fb8
1 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ _X_HIDDEN void *dixLookupTab[] = {
|
|||
SYMFUNC(QueueWorkProc)
|
||||
SYMFUNC(RegisterBlockAndWakeupHandlers)
|
||||
SYMFUNC(RemoveBlockAndWakeupHandlers)
|
||||
#ifdef XCSECURITY
|
||||
#ifdef XACE
|
||||
SYMFUNC(SecurityLookupDrawable)
|
||||
SYMFUNC(SecurityLookupWindow)
|
||||
#endif
|
||||
|
|
@ -283,7 +283,7 @@ _X_HIDDEN void *dixLookupTab[] = {
|
|||
SYMFUNC(LookupIDByType)
|
||||
SYMFUNC(LookupIDByClass)
|
||||
SYMFUNC(LegalNewID)
|
||||
#ifdef XCSECURITY
|
||||
#ifdef XACE
|
||||
SYMFUNC(SecurityLookupIDByClass)
|
||||
SYMFUNC(SecurityLookupIDByType)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue