Lines Matching refs:QEMU

7 This chapter explains the security requirements that QEMU is designed to meet
8 and principles for securely deploying QEMU.
13 QEMU supports many different use cases, some of which have stricter security
50 QEMU to provide guest isolation or any security guarantees.
67 QEMU presents an attack surface to the guest in the form of emulated devices.
68 The guest must not be able to gain control of QEMU. Bugs in emulated devices
69 could allow malicious guests to gain code execution in QEMU. At this point the
71 QEMU process on the host.
82 the privileges necessary for its function. In the case of QEMU this means that
85 The QEMU process should not have access to any resources that are inaccessible
87 QEMU process since it already has access to those same resources from within
95 available to QEMU to perform its function. For example, host system calls are
96 necessary for QEMU but are not exposed to guests. A guest that escapes into
97 the QEMU process can then begin invoking host system calls.
109 launch QEMU, such as libvirt. They are also platform-specific so they are only
112 The fundamental isolation mechanism is that QEMU processes must run as
113 unprivileged users. Sometimes it seems more convenient to launch QEMU as
116 unprivileged QEMU process access to host devices without running QEMU as root.
117 It is also possible to launch QEMU as a non-root user and configure UNIX groups
122 traditional UNIX process and file permissions model. They restrict the QEMU
124 needed by QEMU.
130 resources unavailable to QEMU. A namespaced QEMU process is restricted to only
133 - Linux seccomp is available via the QEMU ``--sandbox`` option. It disables
134 system calls that are not needed by QEMU, thereby reducing the host kernel
140 There are aspects of QEMU that can have security implications which users &
147 to dynamically control many aspects of QEMU's runtime operation. Many of the
148 commands exposed will instruct QEMU to access content on the host file system
153 ``blockdev-add`` command instructs QEMU to open arbitrary files, exposing
156 Unless QEMU is otherwise confined using technologies such as SELinux, AppArmor,
158 equivalent to those of the user account QEMU is running under.
172 QEMU and as such should only be made accessible to a trusted management