New issue
Advanced search Search tips

Issue 768907 link

Starred by 3 users

Issue metadata

Status: Verified
Owner: ----
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

crosvm: listen on control socket by default

Project Member Reported by za...@chromium.org, Sep 26 2017

Issue description

crosvm should open a control socket by default and have an option to suppress the socket if desired. It is an open question where that socket should be opened by default. Perhaps /run, /var/run, XDG_RUNTIME_DIR?
 
Right now in vm_launcher I'm sticking it in a subdirectory with the VM's name, so if the VM is called "sid" the socket is in /run/vm/sid/crosvm.sock

The correct answer is probably someplace under /run for the default. /var/run is deprecated and symlinks to /run anyway.

Comment 2 by dgreid@chromium.org, Nov 18 2017

Status: Verified (was: Available)
Components: OS>Systems>Containers

Sign in to add a comment