summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/798
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/798
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/798')
-rw-r--r--results/classifier/zero-shot/108/other/79830
1 files changed, 30 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/798 b/results/classifier/zero-shot/108/other/798
new file mode 100644
index 000000000..6d461e7b2
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/798
@@ -0,0 +1,30 @@
+graphic: 0.915
+device: 0.873
+permissions: 0.854
+files: 0.828
+network: 0.808
+PID: 0.708
+vnc: 0.695
+performance: 0.670
+socket: 0.637
+boot: 0.628
+debug: 0.589
+semantic: 0.445
+KVM: 0.416
+other: 0.121
+
+The sandbox option elevelateprivileges=deny does not work with -daemonize
+Description of problem:
+qemu will not launch if `-sandbox on,elevateprivileges=deny` and `-daemonize` are set at the same time.
+Steps to reproduce:
+```
+qemu-system-x86_64 -sandbox on,elevateprivileges=deny -nodefaults -daemonize
+```
+-> fails to launch
+
+```
+qemu-system-x86_64 -sandbox on -nodefaults -daemonize
+```
+-> runs normally
+Additional information:
+[journal.txt](/uploads/c0e2a973e749011c3b1ac2158420a4e8/journal.txt)