mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
6d9243865b
A new command line parameter to specify privileged UIDs. If the requester UID is privileged, PassthroughFs uses D-Bus to set quota project ID. BUG=b:190791826 TEST=build Cq-Depend: chromium:3129049,chromium:3129048 Change-Id: Ie27f200e8c651be6a5503f69e7b784c5e8f968ea Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3014623 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Stub crate for system_api
system_api is used by ChromeOS to interact with other system services.
In ChromeOS builds, the chromeos
cargo feature is enabled and this crate is
replaced with the actual system_api implementation.
On other platforms, the feature flag will remain disabled and this crate is used to satisfy cargo dependencies on system_api.