1
0

Check test file with root privileges

This commit is contained in:
dump_stack() 2018-10-07 21:12:38 +00:00
parent 89539796bf
commit 29ae765c22

View File

@ -198,7 +198,7 @@ func testKernelExploit(q *qemu.QemuSystem, ka artifact, test, exploit string) (o
return return
} }
_, err = q.Command("user", "stat "+randFilePath) _, err = q.Command("root", "stat "+randFilePath)
if err != nil { if err != nil {
return return
} }