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

Unified Diff: src/platform/cryptohome/etc/Cryptohome.conf

Issue 2051003: Initial patch from Will. (Closed) Base URL: ssh://git@chromiumos-git/chromiumos
Patch Set: Address style nits. Created 10 years, 7 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
Index: src/platform/cryptohome/etc/Cryptohome.conf
diff --git a/src/platform/cryptohome/etc/Cryptohome.conf b/src/platform/cryptohome/etc/Cryptohome.conf
index 34412a5ac6dd0a8c8a5af9433273092045401332..646619b293bfbbb61c8a3b72426823185a6b51ee 100644
--- a/src/platform/cryptohome/etc/Cryptohome.conf
+++ b/src/platform/cryptohome/etc/Cryptohome.conf
@@ -18,6 +18,15 @@
send_member="CheckKey"/>
<allow send_destination="org.chromium.Cryptohome"
send_interface="org.chromium.CryptohomeInterface"
+ send_member="MigrateKey"/>
+ <allow send_destination="org.chromium.Cryptohome"
+ send_interface="org.chromium.CryptohomeInterface"
+ send_member="Remove"/>
+ <allow send_destination="org.chromium.Cryptohome"
+ send_interface="org.chromium.CryptohomeInterface"
+ send_member="GetSystemSalt"/>
+ <allow send_destination="org.chromium.Cryptohome"
+ send_interface="org.chromium.CryptohomeInterface"
send_member="IsMounted"/>
<allow send_destination="org.chromium.Cryptohome"
send_interface="org.chromium.CryptohomeInterface"

Powered by Google App Engine
This is Rietveld 408576698