From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 041BBC433E0 for ; Thu, 18 Jun 2020 19:24:28 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5BEB420C09 for ; Thu, 18 Jun 2020 19:24:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="aiWz6L9Z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5BEB420C09 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-audit-bounces@redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1592508266; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=G2fyzUtpb25F6TaO/oipUVLabDSq57Fjb//MgvqkLWg=; b=aiWz6L9ZJRsogpfZYTV9XOWSjm/PIKPMgTCVMbhE6JRTH/Q5nlf8DyBhSovCb3C21/zFQa G8SzzH1KznGe4uGSonZHIzPSuYq+GzDhwVVk1uV5G0Gp3Pii/f4jejjTKqwijVaz58k7kq 4KLchqDsZubYsPVW5gQtJAhKsHdru6c= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-321-m7iPIYuDO9uqkJ6sfV753Q-1; Thu, 18 Jun 2020 15:24:23 -0400 X-MC-Unique: m7iPIYuDO9uqkJ6sfV753Q-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 477E41005512; Thu, 18 Jun 2020 19:24:20 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B82875D9C5; Thu, 18 Jun 2020 19:24:19 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 8FFB11809554; Thu, 18 Jun 2020 19:24:16 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 05II5Zhi011612 for ; Thu, 18 Jun 2020 14:05:36 -0400 Received: by smtp.corp.redhat.com (Postfix) id D6E0C1067DB1; Thu, 18 Jun 2020 18:05:35 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast04.extmail.prod.ext.rdu2.redhat.com [10.11.55.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D23AE1067DAF for ; Thu, 18 Jun 2020 18:05:32 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C3CC61049841 for ; Thu, 18 Jun 2020 18:05:32 +0000 (UTC) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by relay.mimecast.com with ESMTP id us-mta-39-NUwpuhQ8PhKpM7DQ-fMNcg-1; Thu, 18 Jun 2020 14:05:28 -0400 X-MC-Unique: NUwpuhQ8PhKpM7DQ-fMNcg-1 Received: from [192.168.0.104] (c-73-42-176-67.hsd1.wa.comcast.net [73.42.176.67]) by linux.microsoft.com (Postfix) with ESMTPSA id C614F20B4781; Thu, 18 Jun 2020 11:05:26 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C614F20B4781 Subject: Re: [PATCH 2/2] integrity: Add errno field in audit message To: Mimi Zohar , bauerman@linux.ibm.com, nayna@linux.ibm.com, sgrubb@redhat.com, paul@paul-moore.com References: <20200617204436.2226-1-nramas@linux.microsoft.com> <20200617204436.2226-2-nramas@linux.microsoft.com> <1592502095.4615.42.camel@linux.ibm.com> From: Lakshmi Ramasubramanian Message-ID: <8b3c99b9-6691-5ae2-a287-a22a2c801c59@linux.microsoft.com> Date: Thu, 18 Jun 2020 11:05:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <1592502095.4615.42.camel@linux.ibm.com> Content-Language: en-US X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-MIME-Autoconverted: from quoted-printable to 8bit by lists01.pubmisc.prod.ext.phx2.redhat.com id 05II5Zhi011612 X-loop: linux-audit@redhat.com X-Mailman-Approved-At: Thu, 18 Jun 2020 15:24:15 -0400 Cc: rgb@redhat.com, linux-integrity@vger.kernel.org, linux-audit@redhat.com, linux-kernel@vger.kernel.org X-BeenThere: linux-audit@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Linux Audit Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8"; Format="flowed" Content-Transfer-Encoding: base64 T24gNi8xOC8yMCAxMDo0MSBBTSwgTWltaSBab2hhciB3cm90ZToKCj4gCj4gRm9yIHRoZSByZWFz b25zIHRoYXQgSSBtZW50aW9uZWQgcHJldmlvdXNseSwgdW5sZXNzIG90aGVycyBhcmUgd2lsbGlu Zwo+IHRvIGFkZCB0aGVpciBSZXZpZXdlZC1ieSB0YWcgbm90IGZvciB0aGUgYXVkaXQgYXNwZWN0 IGluIHBhcnRpY3VsYXIsCj4gYnV0IElNQSBpdHNlbGYsIEknbSBub3QgY29tZm9ydGFibGUgbWFr aW5nIHRoaXMgY2hhbmdlIGFsbCBhdCBvbmNlLgo+IAo+IFByZXZpb3VzbHkgSSBzdWdnZXN0ZWQg bWFraW5nIHRoZSBleGlzdGluZyBpbnRlZ3JpdHlfYXVkaXRfbXNnKCkgYQo+IHdyYXBwZXIgZm9y IGEgbmV3IGZ1bmN0aW9uIHdpdGggZXJybm8uIMKgU3RldmUgc2FpZCwgIldlIG5vcm1hbGx5IGRv Cj4gbm90IGxpa2UgdG8gaGF2ZSBmaWVsZHMgdGhhdCBzd2luZyBpbiBhbmQgb3V0IC4uLiIsIGJ1 dCBzYWlkIHNldHRpbmcKPiBlcnJubyB0byAwIGlzIGZpbmUuIMKgVGhlIG9yaWdpbmFsIGludGVn cml0eV9hdWRpdF9tc2coKSBmdW5jdGlvbiB3b3VsZAo+IGNhbGwgdGhlIG5ldyBmdW5jdGlvbiB3 aXRoIGVycm5vIHNldCB0byAwLgoKSWYgdGhlIG9yaWdpbmFsIGludGVncml0eV9hdWRpdF9tc2co KSBhbHdheXMgY2FsbHMgdGhlIG5ldyBmdW5jdGlvbiB3aXRoIAplcnJubyBzZXQgdG8gMCwgdGhl cmUgd291bGQgYmUgYXVkaXQgbWVzc2FnZXMgd2hlcmUgInJlcyIgZmllbGQgaXMgc2V0IAp0byAi MCIgKGZhaWwpIGJlY2F1c2UgInJlc3VsdCIgd2FzIG5vbi16ZXJvLCBidXQgZXJybm8gc2V0IHRv ICIwIiAKKHN1Y2Nlc3MpLiBXb3VsZG4ndCB0aGlzIGJlIGNvbmZ1c2luZz8KCkluIFBBVENIIDEv MiBJJ3ZlIG1hZGUgY2hhbmdlcyB0byBtYWtlIHRoZSAicmVzdWx0IiBwYXJhbWV0ZXIgdG8gCmlu dGVncml0eV9hdWRpdF9tc2coKSBjb25zaXN0ZW50IC0gaS5lLiwgaXQgaXMgYWx3YXlzIGFuIGVy cm9yIGNvZGUgKDAgCmZvciBzdWNjZXNzIGFuZCBhIG5lZ2F0aXZlIHZhbHVlIGZvciBlcnJvciku IFdvdWxkIHRoYXQgYWRkcmVzcyB5b3VyIApjb25jZXJucz8KCnRoYW5rcywKICAtbGFrc2htaQoK CgoKCi0tCkxpbnV4LWF1ZGl0IG1haWxpbmcgbGlzdApMaW51eC1hdWRpdEByZWRoYXQuY29tCmh0 dHBzOi8vd3d3LnJlZGhhdC5jb20vbWFpbG1hbi9saXN0aW5mby9saW51eC1hdWRpdA==