mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
Allow unmounting some things libvirt mounted
Signed-off-by: Danny Sauer <github@dannysauer.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
432e442ca8
commit
2be2fb9a9f
@ -42,6 +42,7 @@ profile libvirtd @sbindir@/libvirtd flags=(attach_disconnected) {
|
||||
mount options=(rw, move) /dev/** -> /{,var/}run/libvirt/qemu/*{,/},
|
||||
mount options=(rw, move) /{,var/}run/libvirt/qemu/*.dev/ -> /dev/,
|
||||
mount options=(rw, move) /{,var/}run/libvirt/qemu/*{,/} -> /dev/**,
|
||||
umount /{,var/}run/libvirt/qemu/*{,/},
|
||||
|
||||
network inet stream,
|
||||
network inet dgram,
|
||||
|
@ -42,6 +42,7 @@ profile virtqemud @sbindir@/virtqemud flags=(attach_disconnected) {
|
||||
mount options=(rw, move) /dev/** -> /{,var/}run/libvirt/qemu/*{,/},
|
||||
mount options=(rw, move) /{,var/}run/libvirt/qemu/*.dev/ -> /dev/,
|
||||
mount options=(rw, move) /{,var/}run/libvirt/qemu/*{,/} -> /dev/**,
|
||||
umount /{,var/}run/libvirt/qemu/*{,/},
|
||||
|
||||
network inet stream,
|
||||
network inet dgram,
|
||||
|
Loading…
x
Reference in New Issue
Block a user