mirror of https://gitee.com/openkylin/linux.git
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);
|
(char *)entry->lsm[i].args_p);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
seq_puts(m, " ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (entry->template)
|
if (entry->template)
|
||||||
|
|
Loading…
Reference in New Issue