Skip to content
Snippets Groups Projects
Commit 32459c4c authored by Fan Xu's avatar Fan Xu Committed by android-build-merger
Browse files

Merge "Remove unused bufferhub sepolicy"

am: 144607d1

Change-Id: I7273682203fac176afa5409b395cf85c7b24a238
parents 3ad6a5c1 144607d1
No related branches found
No related tags found
No related merge requests found
typeattribute bufferhubd coredomain; typeattribute bufferhubd coredomain;
init_daemon_domain(bufferhubd) init_daemon_domain(bufferhubd)
# Permission for create binder service "bufferhubd"
binder_use(bufferhubd);
add_service(bufferhubd, buffer_hub_service);
type buffer_hub_service, service_manager_type;
type stats_service, service_manager_type; type stats_service, service_manager_type;
type statscompanion_service, system_server_service, service_manager_type; type statscompanion_service, system_server_service, service_manager_type;
...@@ -23,7 +23,6 @@ biometric u:object_r:biometric_service:s0 ...@@ -23,7 +23,6 @@ biometric u:object_r:biometric_service:s0
bluetooth_manager u:object_r:bluetooth_manager_service:s0 bluetooth_manager u:object_r:bluetooth_manager_service:s0
bluetooth u:object_r:bluetooth_service:s0 bluetooth u:object_r:bluetooth_service:s0
broadcastradio u:object_r:broadcastradio_service:s0 broadcastradio u:object_r:broadcastradio_service:s0
bufferhubd u:object_r:buffer_hub_service:s0
carrier_config u:object_r:radio_service:s0 carrier_config u:object_r:radio_service:s0
clipboard u:object_r:clipboard_service:s0 clipboard u:object_r:clipboard_service:s0
com.android.net.IProxyService u:object_r:IProxyService_service:s0 com.android.net.IProxyService u:object_r:IProxyService_service:s0
......
...@@ -52,9 +52,6 @@ binder_call(shell, statsd); ...@@ -52,9 +52,6 @@ binder_call(shell, statsd);
allow shell perfetto_traces_data_file:dir rw_dir_perms; allow shell perfetto_traces_data_file:dir rw_dir_perms;
allow shell perfetto_traces_data_file:file r_file_perms; allow shell perfetto_traces_data_file:file r_file_perms;
# Allow shell-based "dumpsys" to call into bufferhubd.
binder_call(shell, bufferhubd);
# Allow shell to run adb shell cmd gpu commands. # Allow shell to run adb shell cmd gpu commands.
binder_call(shell, gpuservice); binder_call(shell, gpuservice);
......
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