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 sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
build.rs sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
Cargo.toml Fix remaining Chrome/Chromium OS instances 2023-01-03 22:14:30 +00:00
prebuilts_version sandbox: upstream sandbox 2022-10-12 21:05:39 +00:00
README.md sandbox: Add a README 2022-10-13 16:25:08 +00:00

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.