summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/798.toml
blob: c87531ad186d50da1367d81ad731aa0cdbd71a68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
id = 798
title = "The sandbox option elevelateprivileges=deny does not work with -daemonize"
state = "closed"
created_at = "2022-01-01T03:13:37.785Z"
closed_at = "2022-01-04T14:52:58.424Z"
labels = ["CLI"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/798"
host-os = "Arch Linux"
host-arch = "x86"
qemu-version = "6.1.0"
guest-os = "n/a"
guest-arch = "n/a"
description = """qemu will not launch if `-sandbox on,elevateprivileges=deny` and `-daemonize` are set at the same time."""
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 = """[journal.txt](/uploads/c0e2a973e749011c3b1ac2158420a4e8/journal.txt)"""