| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 send_interface="org.chromium.CryptohomeInterface" | 53 send_interface="org.chromium.CryptohomeInterface" |
| 54 send_member="Unmount"/> | 54 send_member="Unmount"/> |
| 55 <allow send_destination="org.chromium.Cryptohome" | 55 <allow send_destination="org.chromium.Cryptohome" |
| 56 send_interface="org.chromium.CryptohomeInterface" | 56 send_interface="org.chromium.CryptohomeInterface" |
| 57 send_member="RemoveTrackedSubdirectories"/> | 57 send_member="RemoveTrackedSubdirectories"/> |
| 58 <allow send_destination="org.chromium.Cryptohome" | 58 <allow send_destination="org.chromium.Cryptohome" |
| 59 send_interface="org.chromium.CryptohomeInterface" | 59 send_interface="org.chromium.CryptohomeInterface" |
| 60 send_member="AsyncRemoveTrackedSubdirectories"/> | 60 send_member="AsyncRemoveTrackedSubdirectories"/> |
| 61 <allow send_destination="org.chromium.Cryptohome" | 61 <allow send_destination="org.chromium.Cryptohome" |
| 62 send_interface="org.chromium.CryptohomeInterface" | 62 send_interface="org.chromium.CryptohomeInterface" |
| 63 send_member="DoAutomaticFreeDiskSpaceControl"/> |
| 64 <allow send_destination="org.chromium.Cryptohome" |
| 65 send_interface="org.chromium.CryptohomeInterface" |
| 66 send_member="AsyncDoAutomaticFreeDiskSpaceControl"/> |
| 67 <allow send_destination="org.chromium.Cryptohome" |
| 68 send_interface="org.chromium.CryptohomeInterface" |
| 63 send_member="TpmIsReady"/> | 69 send_member="TpmIsReady"/> |
| 64 <allow send_destination="org.chromium.Cryptohome" | 70 <allow send_destination="org.chromium.Cryptohome" |
| 65 send_interface="org.chromium.CryptohomeInterface" | 71 send_interface="org.chromium.CryptohomeInterface" |
| 66 send_member="TpmIsEnabled"/> | 72 send_member="TpmIsEnabled"/> |
| 67 <allow send_destination="org.chromium.Cryptohome" | 73 <allow send_destination="org.chromium.Cryptohome" |
| 68 send_interface="org.chromium.CryptohomeInterface" | 74 send_interface="org.chromium.CryptohomeInterface" |
| 69 send_member="TpmGetPassword"/> | 75 send_member="TpmGetPassword"/> |
| 70 <allow send_destination="org.chromium.Cryptohome" | 76 <allow send_destination="org.chromium.Cryptohome" |
| 71 send_interface="org.chromium.CryptohomeInterface" | 77 send_interface="org.chromium.CryptohomeInterface" |
| 72 send_member="TpmIsOwned"/> | 78 send_member="TpmIsOwned"/> |
| 73 <allow send_destination="org.chromium.Cryptohome" | 79 <allow send_destination="org.chromium.Cryptohome" |
| 74 send_interface="org.chromium.CryptohomeInterface" | 80 send_interface="org.chromium.CryptohomeInterface" |
| 75 send_member="TpmIsBeingOwned"/> | 81 send_member="TpmIsBeingOwned"/> |
| 76 <allow send_destination="org.chromium.Cryptohome" | 82 <allow send_destination="org.chromium.Cryptohome" |
| 77 send_interface="org.chromium.CryptohomeInterface" | 83 send_interface="org.chromium.CryptohomeInterface" |
| 78 send_member="TpmCanAttemptOwnership"/> | 84 send_member="TpmCanAttemptOwnership"/> |
| 79 <allow send_destination="org.chromium.Cryptohome" | 85 <allow send_destination="org.chromium.Cryptohome" |
| 80 send_interface="org.chromium.CryptohomeInterface" | 86 send_interface="org.chromium.CryptohomeInterface" |
| 81 send_member="TpmClearStoredPassword"/> | 87 send_member="TpmClearStoredPassword"/> |
| 82 <allow send_destination="org.chromium.Cryptohome" | 88 <allow send_destination="org.chromium.Cryptohome" |
| 83 send_interface="org.chromium.CryptohomeInterface" | 89 send_interface="org.chromium.CryptohomeInterface" |
| 84 send_member="GetStatusString"/> | 90 send_member="GetStatusString"/> |
| 85 </policy> | 91 </policy> |
| 86 <policy context="default"> | 92 <policy context="default"> |
| 87 <deny send_destination="org.chromium.Cryptohome" /> | 93 <deny send_destination="org.chromium.Cryptohome" /> |
| 88 </policy> | 94 </policy> |
| 89 </busconfig> | 95 </busconfig> |
| OLD | NEW |