UBUNTU: SAUCE: ima: Downgrade error to warning

BugLink: http://bugs.launchpad.net/bugs/1656908

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
This commit is contained in:
Tim Gardner
2017-02-15 06:14:28 -07:00
committed by Paolo Pisati
parent d02554f0f2
commit 75d2b86a41
+1 -1
View File
@@ -287,7 +287,7 @@ static ssize_t ima_read_policy(char *path)
rc = kernel_read_file_from_path(path, 0, &data, INT_MAX, NULL,
READING_POLICY);
if (rc < 0) {
pr_err("Unable to open file: %s (%d)", path, rc);
pr_warn("Unable to open file: %s (%d)", path, rc);
return rc;
}
size = rc;