| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |