
9 Mar
2017
9 Mar
'17
9:09 a.m.
On 03/07/2017 06:36 PM, John Ferlan wrote:
On 02/27/2017 08:19 AM, Michal Privoznik wrote:
When domain is being started up, we ought to relabel the host side of NVDIMM so qemu has access to it.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/security/security_dac.c | 73 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+)
Why are the security patches not earlier? Before the command line is created?
I think it's just a matter of taste. If the file representing NVDIMM has right perms, it'll work even without this commit. Michal