Skip to content
Snippets Groups Projects
Commit 11bfc05c authored by Paul Crowley's avatar Paul Crowley Committed by Gerrit Code Review
Browse files

Merge "Add wait_for_keymaster"

parents 6ff0f490 9f760306
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,9 @@
vold_prepare_subdirs
vold_prepare_subdirs_exec
vold_service
wait_for_keymaster
wait_for_keymaster_exec
wait_for_keymaster_tmpfs
wpantund
wpantund_exec
wpantund_service
......
......@@ -113,6 +113,9 @@
vold_prepare_subdirs
vold_prepare_subdirs_exec
vold_service
wait_for_keymaster
wait_for_keymaster_exec
wait_for_keymaster_tmpfs
wm_trace_data_file
wpantund
wpantund_exec
......
......@@ -294,6 +294,7 @@
/system/bin/stats u:object_r:stats_exec:s0
/system/bin/statsd u:object_r:statsd_exec:s0
/system/bin/bpfloader u:object_r:bpfloader_exec:s0
/system/bin/wait_for_keymaster u:object_r:wait_for_keymaster_exec:s0
#############################
# Vendor files
......
# wait_for_keymaster service
type wait_for_keymaster, domain, coredomain;
type wait_for_keymaster_exec, exec_type, file_type;
init_daemon_domain(wait_for_keymaster)
hal_client_domain(wait_for_keymaster, hal_keymaster)
allow wait_for_keymaster kmsg_device:chr_file w_file_perms;
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