Commit 5350ceb0 authored by Clay Chang's avatar Clay Chang Committed by Mimi Zohar

ima: Add a space after printing LSM rules for readability

When reading ima_policy from securityfs, there is a missing
space between output string of LSM rules and the remaining
rules.
Signed-off-by: default avatarClay Chang <clayc@hpe.com>
Signed-off-by: default avatarMimi Zohar <zohar@linux.ibm.com>
parent ea78979d
...@@ -1579,6 +1579,7 @@ int ima_policy_show(struct seq_file *m, void *v) ...@@ -1579,6 +1579,7 @@ int ima_policy_show(struct seq_file *m, void *v)
(char *)entry->lsm[i].args_p); (char *)entry->lsm[i].args_p);
break; break;
} }
seq_puts(m, " ");
} }
} }
if (entry->template) if (entry->template)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment