On Friday 05 May 2006 16:19, Linda Knippers wrote:
- if (axi->osid != 0) {
- char *ctx = NULL;
- u32 len;
- if (selinux_ctxid_to_string(
- axi->osid, &ctx, &len)) {
- audit_log_format(ab, " osid=%u",
- axi->osid);
- call_panic = 1;
- } else
- audit_log_format(ab, " obj=%s",
ctx); - kfree(ctx);
- }
This patch deletes the context string out of this record. Are we losing
anything important?
-Steve