mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 01:16:50 +00:00
jail: Also bind mount libdrm dir.
Fix "/usr/share/libdrm/amdgpu.ids: No such file or directory" warnings on AMD platforms. BUG=b:331655015 TEST=`crosvm run --gpu 3d vmlinux` Change-Id: Idba7c65de2f9d7a6b215284aa339919be756ba83 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5401918 Reviewed-by: Ryan Neph <ryanneph@google.com> Commit-Queue: Lepton Wu <lepton@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
4c5471a3ad
commit
21f8e5332f
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ pub fn create_gpu_minijail(
|
|||
"/lib64",
|
||||
"/usr/share/drirc.d",
|
||||
"/usr/share/glvnd",
|
||||
"/usr/share/libdrm",
|
||||
"/usr/share/vulkan",
|
||||
],
|
||||
)?;
|
||||
|
|
Loading…
Reference in a new issue