crosvm/tools
Zihan Chen e670159c2e crosvm: Add seccomp_trace feature
Add a minijail's mode of operation where an always-allow seccomp
filter is attached to forked device processes. This facilitates
capturing seccomp filters used by each device process separately.

TESTED=./tools/build_release -- --features seccomp_trace && strace -ff crosvm --log-level debug run <args>

BUG=b:258316090

Change-Id: Ic4d3f5178e6a2dcbd748d101db43574f3224ff78
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4289510
Commit-Queue: Zihan Chen <zihanchen@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2023-03-01 19:18:12 +00:00
..
audio_streams_conformance_test audio_streams_conformance_test: add debug mode 2023-02-21 14:50:38 +00:00
chromeos merge_bot: Do not create more than 2 dry runs within 24h 2023-01-17 19:48:53 +00:00
contrib crosvm: Uprev rust toolchain and dev container 2023-02-08 20:26:30 +00:00
examples Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
impl tools: Add warnings about unsupported target platforms 2023-03-01 19:09:24 +00:00
infra infra: Upload binary size to dashboard in postsubmit 2023-02-15 22:41:49 +00:00
tests tools/presubmit: New presubmit checks 2023-02-28 22:31:48 +00:00
windows tools: add check for lf line endings 2023-01-06 20:27:39 +00:00
.vpython3 tools: Add 'rich' as dependency 2023-01-24 17:33:29 +00:00
aarch64vm
bench tools: Clean up old test runner code 2023-02-28 19:33:44 +00:00
bindgen-all-the-things Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00
build_release crosvm: Add seccomp_trace feature 2023-03-01 19:18:12 +00:00
cargo-doc Simplify cargo-doc 2022-10-31 21:33:33 +00:00
cl tools/cl upload: Add a few convenience flags 2022-11-02 20:20:47 +00:00
clippy tools/presubmit: New presubmit checks 2023-02-28 22:31:48 +00:00
custom_checks crosvm: Add seccomp_trace feature 2023-03-01 19:18:12 +00:00
dev_container tools/presubmit: New presubmit checks 2023-02-28 22:31:48 +00:00
fmt tools/presubmit: New presubmit checks 2023-02-28 22:31:48 +00:00
health-check tools/presubmit: New presubmit checks 2023-02-28 22:31:48 +00:00
install-aarch64-deps tools: stop installing libudev 2023-01-13 17:11:36 +00:00
install-armhf-deps tools: stop installing libudev 2023-01-13 17:11:36 +00:00
install-deps tools: Do not use pip to install python packages 2023-02-27 19:24:18 +00:00
install-deps.ps1 tools: run_test2 add windows support 2023-02-07 14:56:12 +00:00
install-mingw64-deps toolchain refactoring: Only support native out of the box 2023-01-24 17:33:29 +00:00
nextest_package New nextest based test runner 2023-02-02 23:39:42 +00:00
presubmit tools: Add warnings about unsupported target platforms 2023-03-01 19:09:24 +00:00
run_tests tools: Add warnings about unsupported target platforms 2023-03-01 19:09:24 +00:00
run_tests2 Migrate run_tests2 to run_tests 2023-02-13 23:31:19 +00:00
setup-wine64 tools: Do not use pip to install python packages 2023-02-27 19:24:18 +00:00
x86vm