Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE busconfig PUBLIC | |
| 2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" | |
| 3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> | |
| 4 <busconfig> | |
| 5 <policy user="cros-disks"> | |
| 6 <allow own="org.chromium.CrosDisks"/> | |
| 7 </policy> | |
| 8 <policy context="default"> | |
| 9 <allow send_destination="org.chromium.CrosDisks"/> | |
| 10 </policy> | |
| 11 <limit name="max_replies_per_connection">512</limit> | |
| 12 </busconfig> | |
| OLD | NEW |