Skip to content
Snippets Groups Projects
Commit 86b05c47 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Remove obsolete vdc rule."

parents 6399f40f 24b56225
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