Searched refs:system_bus_socket_path (Results 1 – 1 of 1) sorted by relevance
1112 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in create_video_device() localVariable1113 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in create_video_device()2461 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in run_vm() localVariable2462 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in run_vm()