mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
XACE: Add generic support for property and selection polyinstantiation.
This commit is contained in:
@@ -910,7 +910,7 @@ SecurityProperty(CallbackListPtr *pcbl, pointer unused, pointer calldata)
|
||||
{
|
||||
XacePropertyAccessRec *rec = calldata;
|
||||
SecurityStateRec *subj, *obj;
|
||||
ATOM name = rec->pProp->propertyName;
|
||||
ATOM name = (*rec->ppProp)->propertyName;
|
||||
Mask requested = rec->access_mode;
|
||||
Mask allowed = SecurityResourceMask | DixReadAccess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user