Searched refs:system_bus_socket_path (Results 1 – 2 of 2) sorted by relevance
580 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in create_vtpm_proxy_device() localVariable581 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in create_vtpm_proxy_device()1087 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in create_video_device() localVariable1088 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in create_video_device()
1973 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in run_vm() localVariable1974 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in run_vm()