Re: [PATCH v3 1/2] integrity: Add errno field in audit message

2020-06-23 Thread Paul Moore
On Thu, Jun 18, 2020 at 5:10 PM Lakshmi Ramasubramanian wrote: > > Error code is not included in the audit messages logged by > the integrity subsystem. > > Define a new function integrity_audit_message() that takes error code > in the "errno" parameter. Add "errno" field in the audit messages

Re: [PATCH v3 1/2] integrity: Add errno field in audit message

2020-06-22 Thread Mimi Zohar
On Thu, 2020-06-18 at 14:10 -0700, Lakshmi Ramasubramanian wrote: > Error code is not included in the audit messages logged by > the integrity subsystem. > > Define a new function integrity_audit_message() that takes error code > in the "errno" parameter. Add "errno" field in the audit messages

[PATCH v3 1/2] integrity: Add errno field in audit message

2020-06-22 Thread Lakshmi Ramasubramanian
Error code is not included in the audit messages logged by the integrity subsystem. Define a new function integrity_audit_message() that takes error code in the "errno" parameter. Add "errno" field in the audit messages logged by the integrity subsystem and set the value passed in the "errno"