diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/x86/798 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/x86/798')
| -rw-r--r-- | results/classifier/118/x86/798 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/results/classifier/118/x86/798 b/results/classifier/118/x86/798 new file mode 100644 index 00000000..65de410b --- /dev/null +++ b/results/classifier/118/x86/798 @@ -0,0 +1,45 @@ +x86: 0.943 +graphic: 0.915 +device: 0.873 +permissions: 0.854 +files: 0.828 +network: 0.808 +kernel: 0.781 +architecture: 0.777 +hypervisor: 0.712 +PID: 0.708 +vnc: 0.695 +performance: 0.670 +socket: 0.637 +i386: 0.631 +boot: 0.628 +ppc: 0.614 +debug: 0.589 +TCG: 0.585 +VMM: 0.534 +register: 0.527 +peripherals: 0.502 +risc-v: 0.486 +semantic: 0.445 +KVM: 0.416 +arm: 0.336 +user-level: 0.252 +virtual: 0.239 +assembly: 0.189 +mistranslation: 0.136 + +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) |