From 7d14ca59c5b942c09feaa2429c394cde9d8d3fd1 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Thu, 25 Oct 2007 19:00:50 -0400 Subject: [PATCH] xselinux: Don't include the client in the receive hook audit messages. --- Xext/xselinux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/xselinux.c b/Xext/xselinux.c index b78017090..bacbe6ef5 100644 --- a/Xext/xselinux.c +++ b/Xext/xselinux.c @@ -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);