ANDROID: crosvm: Update seccomp policies am: 9198833ea7

Original change: https://android-review.googlesource.com/c/platform/external/crosvm/+/2183567

Change-Id: Ia1b0fc77cd45abe799b8bb8550210bb37a6467b7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 134d656419fd903f7f9d6ffd9dc2eeeb3275bd4e
  1. .cargo/
  2. .devcontainer/
  3. .github/
  4. aarch64/
  5. acpi_tables/
  6. anti_tamper/
  7. arch/
  8. argh_helpers/
  9. base/
  10. bin/
  11. bit_field/
  12. broker_ipc/
  13. ci/
  14. common/
  15. cros_async/
  16. crosvm-fuzz/
  17. crosvm_control/
  18. crosvm_plugin/
  19. cuttlefish/
  20. devices/
  21. disk/
  22. docs/
  23. fuse/
  24. gpu_display/
  25. hypervisor/
  26. infra/
  27. integration_tests/
  28. io_uring/
  29. kernel_cmdline/
  30. kernel_loader/
  31. kvm/
  32. kvm_sys/
  33. libcras_stub/
  34. linux_input_sys/
  35. logo/
  36. media/
  37. metrics/
  38. net_sys/
  39. net_util/
  40. patches/
  41. power_monitor/
  42. protos/
  43. qcow_utils/
  44. resources/
  45. rutabaga_gfx/
  46. seccomp/
  47. serde_keyvalue/
  48. src/
  49. system_api_stub/
  50. tests/
  51. third_party/
  52. tools/
  53. tpm2/
  54. tpm2-sys/
  55. tracing/
  56. tube_transporter/
  57. usb_sys/
  58. usb_util/
  59. vfio_sys/
  60. vhost/
  61. virtio_sys/
  62. vm_control/
  63. vm_memory/
  64. win_audio/
  65. win_util/
  66. x86_64/
  67. .dockerignore
  68. .gitignore
  69. .rustfmt.toml
  70. all2android.sh
  71. Android.bp
  72. ARCHITECTURE.md
  73. Cargo.toml
  74. cargo2android.json
  75. cargo2android_defaults.bp
  76. cargo2android_module.bp
  77. CONTRIBUTING.md
  78. LICENSE
  79. METADATA
  80. navbar.md
  81. OWNERS
  82. OWNERS.android
  83. PRESUBMIT.cfg
  84. PREUPLOAD.cfg
  85. README.chromeos.md
  86. README.md
  87. run_c2a.sh
  88. run_tests
  89. rust-toolchain
  90. setup_cros_cargo.sh
  91. test_all
  92. TEST_MAPPING
  93. unblocked_terms.txt
README.md

crosvm - The Chrome OS Virtual Machine Monitor

crosvm is a virtual machine monitor (VMM) based on Linux’s KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the Chrome OS platform. Compared to QEMU, crosvm doesn’t emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.

crosvm is currently used to run Linux/Android guests on Chrome OS devices.

Logo