aboutsummaryrefslogtreecommitdiff
path: root/dbus
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
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')
-rw-r--r--dbus/authpolicy/active_directory_info.proto5
-rw-r--r--dbus/cryptohome/rpc.proto3
2 files changed, 7 insertions, 1 deletions
diff --git a/dbus/authpolicy/active_directory_info.proto b/dbus/authpolicy/active_directory_info.proto
index a07278b..def9b11 100644
--- a/dbus/authpolicy/active_directory_info.proto
+++ b/dbus/authpolicy/active_directory_info.proto
@@ -97,7 +97,10 @@ message ActiveDirectoryAccountInfo {
// the userAccountControl property of the Active Directory user account
// information. Used in authpolicyd only, unused in Chrome.
optional uint32 user_account_control = 6;
- // Next ID to use: 7
+ // Common name of the user, e.g. "John Doe [jdoe]". Taken from the commonName
+ // property of the Active Directory user account information.
+ optional string common_name = 7;
+ // Next ID to use: 8
}
// Message sent to Chromium by authpolicy service as a response to a successful
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