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

Merge "Create vdc domain"

parents 2e14164c bf8a37b8
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@
/system/bin/logd u:object_r:logd_exec:s0
/system/bin/uncrypt u:object_r:uncrypt_exec:s0
/system/bin/logwrapper u:object_r:system_file:s0
/system/bin/vdc u:object_r:vdc_exec:s0
#############################
# Vendor files
#
......
vdc.te 0 → 100644
# vdc spawned from init for the following services:
# defaultcrypto
# encrypt
type vdc, domain;
type vdc_exec, exec_type, file_type;
init_daemon_domain(vdc)
unix_socket_connect(vdc, vold, vold)
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