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>
8 lines
137 B
TOML
8 lines
137 B
TOML
[package]
|
|
name = "system_api"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/system_api.rs"
|