/var/run/chrome shared for ARC++ / non-ARC++ purposes |
|||||||||
Issue descriptionApparently there's a conflict about how /var/run/chrome should be used: 1. There's enterprise scheduled reboot code making use of a "/run/chrome/update_reboot_needed_uptime" file: https://cs.chromium.org/chromium/src/chromeos/chromeos_paths.cc?rcl=1470626560&l=38 2. ARC's wayland compositor code uses "/var/run/chrome/wayland-0" for communication between the container and host side. For this purpose, the /var/run/chrome directory is mounted into the container. The file from (1) should not be visible to the container; in general we don't want files present in the container that aren't relevant for ARC++ purposes. I don't think there is an actual security issue at this point, since the file permissions should prevent access to the file from inside the container and the container can't create files (and thus force reboots). In the interest of avoiding confusion and issues cropping up with code changes in the future, we should still de-tangle dual-purpose use of this directory. I'll leave it to you to fight over who gets to keep /var/run/chrome ;)
,
Aug 15 2016
Flipping to Type=Bug as there's no concrete security issue here.
,
Aug 16 2016
,
Aug 16 2016
+atwilson, please assign
,
Sep 13 2016
,
Oct 14 2016
Sounds like enterprise's use of /var/run/chrome is correct per comment #1. Reassigning to Elijah to figure out who is the right owner to redirect compositor and arc-bridge to use a different directory.
,
Oct 15 2016
I'm OK making a separate directory for the bridge and moving wayland to a more standard wayland location.
,
Oct 16 2017
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Aug 1
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by dgreid@chromium.org
, Aug 15 2016