mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
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: Clay Chang <clayc@hpe.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
ea78979d30
commit
5350ceb0b7
@ -1579,6 +1579,7 @@ int ima_policy_show(struct seq_file *m, void *v)
|
||||
(char *)entry->lsm[i].args_p);
|
||||
break;
|
||||
}
|
||||
seq_puts(m, " ");
|
||||
}
|
||||
}
|
||||
if (entry->template)
|
||||
|
Loading…
Reference in New Issue
Block a user