crosvm/sandbox
Udam Saini de91419c01 Add paste handling into the emulator
Updated sandbox policy for gpu process, and use
a clipboard manager object to scope open and close clipboard.

Test: ran multiple games to textboxes add tested paste
Change-Id: I7497fbcff3922ec44428bf9708b01eecdfb4904b
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4804693
Reviewed-by: Vikram Auradkar <auradkar@google.com>
Reviewed-by: Udam Saini <udam@google.com>
2023-09-08 21:29:23 +00:00
..
src Add paste handling into the emulator 2023-09-08 21:29:23 +00:00
bindings.rs
build.rs
Cargo.toml
prebuilts_version
README.md

Sandbox dependencies

This crate links against chromium project's sandbox library. The library is provided as a prebuilt because

  • The build system's toolchain doesn't support building that library.
  • The original library is C++ based and we have added a small C wrapper around it to which rust binds.

build.rs downloads the prebuilt library during build.

Googlers can build the library by following these instructions.