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:
Родитель
ea78979d30
Коммит
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче