mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 16:40:09 +01:00
xselinux: Don't include the client in the receive hook audit messages.
This commit is contained in:
parent
40de9fcf18
commit
7d14ca59c5
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ SELinuxReceive(CallbackListPtr *pcbl, pointer unused, pointer calldata)
|
|||
{
|
||||
XaceReceiveAccessRec *rec = calldata;
|
||||
SELinuxStateRec *subj, *obj;
|
||||
SELinuxAuditRec auditdata = { .client = rec->client };
|
||||
SELinuxAuditRec auditdata = { .client = NULL };
|
||||
int rc, i;
|
||||
|
||||
subj = dixLookupPrivate(&rec->client->devPrivates, stateKey);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue