mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 19:34:26 +00:00
Use XACE, not XCSECURITY to decide if SecurityLookup* are exported
This commit is contained in:
committed by
Alan Coopersmith
parent
3177dc498a
commit
c0cb8d1fb8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user