mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Death to APPGROUP.
This commit is contained in:
@@ -38,9 +38,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
#include "xacestr.h"
|
||||
#include "securitysrv.h"
|
||||
#include <X11/extensions/securstr.h>
|
||||
#ifdef XAPPGROUP
|
||||
#include "appgroup.h"
|
||||
#endif
|
||||
#include "modinit.h"
|
||||
|
||||
/* Extension stuff */
|
||||
@@ -833,11 +830,6 @@ SecurityResource(CallbackListPtr *pcbl, pointer unused, pointer calldata)
|
||||
if (SecurityDoCheck(subj, obj, requested, allowed) == Success)
|
||||
return;
|
||||
|
||||
#ifdef XAPPGROUP
|
||||
if (rec->id == XagDefaultColormap(rec->client))
|
||||
return;
|
||||
#endif
|
||||
|
||||
SecurityAudit("Security: denied client %d access %x to resource 0x%x "
|
||||
"of client %d on request %s\n", rec->client->index,
|
||||
requested, rec->id, cid,
|
||||
|
||||
Reference in New Issue
Block a user