commit | 8a3bcaf6ecd37fee326cd30732192ef2a09e5b07 | [log] [tgz] |
---|---|---|
author | Stefan Berger <stefanb@linux.vnet.ibm.com> | Mon Jun 04 16:54:52 2018 -0400 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Wed Jul 18 07:27:22 2018 -0400 |
tree | 27d3466184ad6f57e3d85d7315ebba03b9edcf41 | |
parent | 87ea58433208d17295e200d56be5e2a4fe4ce7d6 [diff] |
ima: Call audit_log_string() rather than logging it untrusted The parameters passed to this logging function are all provided by a privileged user and therefore we can call audit_log_string() rather than audit_log_untrustedstring(). Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Suggested-by: Steve Grubb <sgrubb@redhat.com> Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>