aboutsummaryrefslogtreecommitdiff
path: root/dbus/cryptohome
diff options
context:
space:
mode:
authorKazuhiro Inaba <kinaba@chromium.org>2017-06-07 17:43:36 +0900
committerchrome-bot <chrome-bot@chromium.org>2017-06-22 03:34:49 -0700
commite79b0c771217d6b84b85c692ae5740df8e8a2b36 (patch)
treeb102fe2d3a0a2c9a0c7e142d166dbc07c5a6cf27 /dbus/cryptohome
parent12dd1b1823e884bfc49b76723408076a8882d477 (diff)
downloadsystem_api-e79b0c771217d6b84b85c692ae5740df8e8a2b36.tar.gz
cryptohome: Protobuf change to support public mount in MountEx.
BUG=chromium:729905 TEST=None Change-Id: I7ef3efdfbdfd07e1055b1a026034aa16ae47e662 Reviewed-on: https://chromium-review.googlesource.com/526839 Commit-Ready: Kazuhiro Inaba <kinaba@chromium.org> Tested-by: Kazuhiro Inaba <kinaba@chromium.org> Reviewed-by: Ryo Hashimoto <hashimoto@chromium.org>
Diffstat (limited to 'dbus/cryptohome')
-rw-r--r--dbus/cryptohome/rpc.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/cryptohome/rpc.proto b/dbus/cryptohome/rpc.proto
index 30d8760..bd5e6a2 100644
--- a/dbus/cryptohome/rpc.proto
+++ b/dbus/cryptohome/rpc.proto
@@ -95,6 +95,9 @@ message MountRequest {
// If set to true, mounts the existing ecryptfs vault to a temporary location
// while setting up a new dircrypto directory.
optional bool to_migrate_from_ecryptfs = 4;
+ // Performs a public mount, which is used for a Kiosk session. Credentials are
+ // not needed in the request; they are synthesized by cryptohomed from id.
+ optional bool public_mount = 5;
}
// A BaseReply type is used for all cryptohomed responses. A shared base class