crosvm/jail
Ryan Neph 659977977d jail: seccomp: Allow mkdir/mkdirat on ARM for mali shader debugging
Mali driver creates a directory hierarchy when dumping shaders for debug
purposes, necessitating the use of `mkdir` or `mkdirat` syscalls, which
have already been allowed on x86_64 platforms for mesa's shader cache
management and filesystem management by the fs and 9p devices.

BUG=b:322266916
TEST=emerge crosvm
TEST=ARCVM starts successfully

Change-Id: Ib1b838856847edfc2178ab1ae2eb85fdb26a0d2b
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5238061
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Ryan Neph <ryanneph@google.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
2024-01-29 18:04:18 +00:00
..
seccomp jail: seccomp: Allow mkdir/mkdirat on ARM for mali shader debugging 2024-01-29 18:04:18 +00:00
src Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
build.rs jail: Compile seccomp policies in parallel 2023-05-25 19:13:12 +00:00
Cargo.toml Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00