1
0
Fork 0

Check test file with root privileges

timestamps
dump_stack() 2018-10-07 21:12:38 +00:00
parent 89539796bf
commit 29ae765c22
1 changed files with 1 additions and 1 deletions

View File

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