Skip to content
Snippets Groups Projects
Commit 278c2b98 authored by Riley Spahn's avatar Riley Spahn Committed by Android Git Automerger
Browse files

am 88157ea3: Refine service_manager find auditallow statements.

* commit '88157ea3':
  Refine service_manager find auditallow statements.
parents e71f3878 88157ea3
No related branches found
No related tags found
No related merge requests found
...@@ -68,3 +68,9 @@ allow adbd appdomain:unix_stream_socket connectto; ...@@ -68,3 +68,9 @@ allow adbd appdomain:unix_stream_socket connectto;
# ndk-gdb invokes adb pull of app_process, linker, and libc.so. # ndk-gdb invokes adb pull of app_process, linker, and libc.so.
allow adbd zygote_exec:file r_file_perms; allow adbd zygote_exec:file r_file_perms;
allow adbd system_file:file r_file_perms; allow adbd system_file:file r_file_perms;
service_manager_local_audit_domain(adbd)
auditallow adbd {
service_manager_type
-surfaceflinger_service
}:service_manager find;
...@@ -69,7 +69,9 @@ control_logd(system_app) ...@@ -69,7 +69,9 @@ control_logd(system_app)
service_manager_local_audit_domain(system_app) service_manager_local_audit_domain(system_app)
auditallow system_app { auditallow system_app {
service_manager_type service_manager_type
-keystore_service
-nfc_service -nfc_service
-radio_service
-surfaceflinger_service -surfaceflinger_service
-system_server_service -system_server_service
}:service_manager find; }:service_manager find;
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