summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/mtpd/source/org.chromium.Mtpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/mtpd/source/org.chromium.Mtpd.conf')
-rw-r--r--chromium/third_party/mtpd/source/org.chromium.Mtpd.conf56
1 files changed, 0 insertions, 56 deletions
diff --git a/chromium/third_party/mtpd/source/org.chromium.Mtpd.conf b/chromium/third_party/mtpd/source/org.chromium.Mtpd.conf
deleted file mode 100644
index 93832409a4c..00000000000
--- a/chromium/third_party/mtpd/source/org.chromium.Mtpd.conf
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
- <policy user="mtp">
- <allow own="org.chromium.Mtpd" />
- <allow send_destination="org.chromium.Mtpd" />
- </policy>
- <policy user="chronos">
- <!-- introspection denied -->
- <deny send_destination="org.chromium.Mtpd"
- send_interface="org.freedesktop.DBus.Introspectable" />
- <!-- properties allowed -->
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.freedesktop.DBus.Properties"
- send_member="Get" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.freedesktop.DBus.Properties"
- send_member="Set" />
- <!-- methods allowed -->
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="EnumerateStorages" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="GetStorageInfo" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="OpenStorage" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="CloseStorage" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="ReadDirectoryByPath" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="ReadDirectoryById" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="ReadFileChunkByPath" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="ReadFileChunkById" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="GetFileInfoByPath" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="GetFileInfoById" />
- <allow send_destination="org.chromium.Mtpd"
- send_interface="org.chromium.Mtpd"
- send_member="IsAlive" />
- </policy>
- <limit name="max_replies_per_connection">512</limit>
-</busconfig>