Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2444)

Unified Diff: etc/Cryptohome.conf

Issue 2645008: Update on feedback, update dbus API, add unit tests. TEST=manual,unit,BVT BUG=3628 323 (Closed) Base URL: ssh://git@chromiumos-git/cryptohome.git
Patch Set: Address second round of feedback. Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cryptohomed.cc ('k') | init_cryptohome_data.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: etc/Cryptohome.conf
diff --git a/etc/Cryptohome.conf b/etc/Cryptohome.conf
index 646619b293bfbbb61c8a3b72426823185a6b51ee..5e2f2b500e107318dbcfec05b6808b59bf82c1b3 100644
--- a/etc/Cryptohome.conf
+++ b/etc/Cryptohome.conf
@@ -33,6 +33,9 @@
send_member="Mount"/>
<allow send_destination="org.chromium.Cryptohome"
send_interface="org.chromium.CryptohomeInterface"
+ send_member="MountGuest"/>
+ <allow send_destination="org.chromium.Cryptohome"
+ send_interface="org.chromium.CryptohomeInterface"
send_member="Unmount"/>
</policy>
<policy context="default">
« no previous file with comments | « cryptohomed.cc ('k') | init_cryptohome_data.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698