summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/vmm/798
blob: 8da1f944075dabb20a03b8938762ebfeb61399ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)