Skip to content
Snippets Groups Projects
Commit fc894a6c authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Enable permission checking by binderservicedomain. am: 32d207e0 am: 1c749e07

am: 8c30684c

* commit '8c30684c':
  Enable permission checking by binderservicedomain.
parents b95f24de 8c30684c
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ allow binderservicedomain console_device:chr_file rw_file_perms; ...@@ -13,6 +13,9 @@ allow binderservicedomain console_device:chr_file rw_file_perms;
allow binderservicedomain appdomain:fd use; allow binderservicedomain appdomain:fd use;
allow binderservicedomain appdomain:fifo_file write; allow binderservicedomain appdomain:fifo_file write;
# allow all services to run permission checks
allow binderservicedomain permission_service:service_manager find;
allow binderservicedomain keystore:keystore_key { get_state get insert delete exist list sign verify }; allow binderservicedomain keystore:keystore_key { get_state get insert delete exist list sign verify };
use_keystore(binderservicedomain) use_keystore(binderservicedomain)
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