Skip to content
Snippets Groups Projects
Commit 24b56225 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Remove obsolete vdc rule.

As of system/core commit 225459a5da21e9397ca49b0d9af7d5fe3462706b,
adbd no longer talks to vold. Remove the obsolete rule.

Bug: 12504045
Change-Id: I0a4f621afd8e5f8ab83219e7b0ff096c992d365f
parent dda7fb89
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,8 @@ unix_socket_connect(adbd, property, init) ...@@ -44,10 +44,8 @@ unix_socket_connect(adbd, property, init)
allow adbd shell_prop:property_service set; allow adbd shell_prop:property_service set;
allow adbd powerctl_prop:property_service set; allow adbd powerctl_prop:property_service set;
# XXX Run /system/bin/vdc to connect to vold. Run in a separate domain? # Run /system/bin/bu
# Also covers running /system/bin/bu.
allow adbd system_file:file rx_file_perms; allow adbd system_file:file rx_file_perms;
unix_socket_connect(adbd, vold, vold)
# Perform binder IPC to surfaceflinger (screencap) # Perform binder IPC to surfaceflinger (screencap)
# XXX Run screencap in a separate domain? # XXX Run screencap in a separate domain?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment