aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro Inaba <kinaba@chromium.org>2017-06-22 10:59:04 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-22 10:59:04 +0000
commit2787cc08ab2b9488d5d022285dd3c0eb810e1eb6 (patch)
treea7a64c5e3a4466e696c5f053a33cd8d18a34e081
parentbe5513c773d6de43b24791c9ab5fc08fd7f0e9c7 (diff)
parent28beffbcd08051a31700c0ff3cb9f0302e0f1ac2 (diff)
downloadsystem_api-2787cc08ab2b9488d5d022285dd3c0eb810e1eb6.tar.gz
cryptohome: Protobuf change to support public mount in MountEx. am: e79b0c7712 am: f8d01a1022 am: e6ea3287cd
am: 28beffbcd0 Change-Id: Ic6491cd94f69fafaacbc65d255d3d6e836c44667
-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