[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180531142500.4193818-1-stefanb@linux.vnet.ibm.com>
Date: Thu, 31 May 2018 10:24:56 -0400
From: Stefan Berger <stefanb@...ux.vnet.ibm.com>
To: zohar@...ux.vnet.ibm.com, paul@...l-moore.com,
linux-integrity@...r.kernel.org, linux-audit@...hat.com
Cc: sgrubb@...hat.com, linux-kernel@...r.kernel.org,
Stefan Berger <stefanb@...ux.vnet.ibm.com>
Subject: [PATCH v2 0/4] IMA: work on audit records produced by IMA
This series of patches cleans up some usages of the audit
subsystem's API by IMA. We also introduce a new record type
that IMA creates while parsing policy rules.
Stefan
v1->v2:
- dropped several patches that extended existing messages with missing
fields
- Using audit_log_task_info() for new record type in last patch
- rebased on security-next; new message type is now 1807
Stefan Berger (4):
ima: Call audit_log_string() rather than logging it untrusted
ima: Use audit_log_format() rather than audit_log_string()
ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set
ima: Differentiate auditing policy rules from "audit" actions
include/uapi/linux/audit.h | 1 +
security/integrity/ima/Kconfig | 1 +
security/integrity/ima/ima_policy.c | 17 +++++++++++++----
security/integrity/integrity.h | 15 +++++++++++++++
security/integrity/integrity_audit.c | 6 +-----
5 files changed, 31 insertions(+), 9 deletions(-)
--
2.13.6
Powered by blists - more mailing lists