From 29ae765c22d496c88e594778daaefd3cf21fa629 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 7 Oct 2018 21:12:38 +0000 Subject: [PATCH] Check test file with root privileges --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8efe352..2964343 100644 --- a/main.go +++ b/main.go @@ -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 }