aboutsummaryrefslogtreecommitdiff
path: root/dbus/cryptohome/rpc.proto
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-25 07:38:35 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-25 07:38:35 +0000
commit5335808964ed2851b53b168f54ee1ee73f1f8c4d (patch)
tree544d93a82fa58377b6f1106a0a96b970d7ae7856 /dbus/cryptohome/rpc.proto
parentfe6c7ecb7bf56fa335a03e7102bac97d4361b9cd (diff)
parent6dd3f201640840f61594229736ca190ca42c6d9e (diff)
downloadsystem_api-5335808964ed2851b53b168f54ee1ee73f1f8c4d.tar.gz
release-request-7bfcab52-d1c0-4256-9d6b-5b5092bc78ca-for-git_oc-mr1-release-4133428 snap-temp-L95800000077479875
Change-Id: I66507243b9fcd2fc5ae7205791de5a0bd306f9be
Diffstat (limited to 'dbus/cryptohome/rpc.proto')
-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