diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-25 19:00:50 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-25 19:00:50 -0400 |
commit | 7d14ca59c5b942c09feaa2429c394cde9d8d3fd1 (patch) | |
tree | d83bb4a641eb5e91e9625894f1a3be3c727c5583 /Xext | |
parent | 40de9fcf18930811dd5ae355c83275af887a9f83 (diff) |
xselinux: Don't include the client in the receive hook audit messages.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/xselinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |