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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « cryptohomed.cc ('k') | init_cryptohome_data.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig> 3 <busconfig>
4 <policy user="root"> 4 <policy user="root">
5 <allow own="org.chromium.Cryptohome" /> 5 <allow own="org.chromium.Cryptohome" />
6 <allow send_destination="org.chromium.Cryptohome" /> 6 <allow send_destination="org.chromium.Cryptohome" />
7 </policy> 7 </policy>
8 <policy user="chronos"> 8 <policy user="chronos">
9 <!-- introspection is denied --> 9 <!-- introspection is denied -->
10 <deny send_destination="org.chromium.Cryptohome" 10 <deny send_destination="org.chromium.Cryptohome"
(...skipping 15 matching lines...) Expand all
26 send_interface="org.chromium.CryptohomeInterface" 26 send_interface="org.chromium.CryptohomeInterface"
27 send_member="GetSystemSalt"/> 27 send_member="GetSystemSalt"/>
28 <allow send_destination="org.chromium.Cryptohome" 28 <allow send_destination="org.chromium.Cryptohome"
29 send_interface="org.chromium.CryptohomeInterface" 29 send_interface="org.chromium.CryptohomeInterface"
30 send_member="IsMounted"/> 30 send_member="IsMounted"/>
31 <allow send_destination="org.chromium.Cryptohome" 31 <allow send_destination="org.chromium.Cryptohome"
32 send_interface="org.chromium.CryptohomeInterface" 32 send_interface="org.chromium.CryptohomeInterface"
33 send_member="Mount"/> 33 send_member="Mount"/>
34 <allow send_destination="org.chromium.Cryptohome" 34 <allow send_destination="org.chromium.Cryptohome"
35 send_interface="org.chromium.CryptohomeInterface" 35 send_interface="org.chromium.CryptohomeInterface"
36 send_member="MountGuest"/>
37 <allow send_destination="org.chromium.Cryptohome"
38 send_interface="org.chromium.CryptohomeInterface"
36 send_member="Unmount"/> 39 send_member="Unmount"/>
37 </policy> 40 </policy>
38 <policy context="default"> 41 <policy context="default">
39 <deny send_destination="org.chromium.Cryptohome" /> 42 <deny send_destination="org.chromium.Cryptohome" />
40 </policy> 43 </policy>
41 </busconfig> 44 </busconfig>
OLDNEW
« 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