Skip to content
Snippets Groups Projects
Commit 624dc30d authored by Fyodor Kupolov's avatar Fyodor Kupolov
Browse files

Added SELinux policy for BinderCallsStatsService

Test: manual
Bug: 75318418
Merged-In: I700c1b8b613dba1c99f4fbffdd905c0052c1b2e7
Change-Id: I700c1b8b613dba1c99f4fbffdd905c0052c1b2e7
parent 0630c7d9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
(typeattribute new_objects)
(typeattributeset new_objects
( adbd_exec
binder_calls_stats_service
bootloader_boot_reason_prop
blank_screen
blank_screen_exec
......
......@@ -3,7 +3,8 @@
;; previous ones. Add here to pass checkapi tests.
(typeattribute new_objects)
(typeattributeset new_objects
( blank_screen
( binder_calls_stats_service
blank_screen
blank_screen_exec
blank_screen_tmpfs
bootloader_boot_reason_prop
......
......@@ -14,6 +14,7 @@ backup u:object_r:backup_service:s0
batteryproperties u:object_r:batteryproperties_service:s0
batterystats u:object_r:batterystats_service:s0
battery u:object_r:battery_service:s0
binder_calls_stats u:object_r:binder_calls_stats_service:s0
bluetooth_manager u:object_r:bluetooth_manager_service:s0
bluetooth u:object_r:bluetooth_service:s0
broadcastradio u:object_r:broadcastradio_service:s0
......
......@@ -46,6 +46,7 @@ type autofill_service, app_api_service, ephemeral_app_api_service, system_server
type backup_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type batterystats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type battery_service, system_server_service, service_manager_type;
type binder_calls_stats_service, system_server_service, service_manager_type;
type bluetooth_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type broadcastradio_service, system_server_service, service_manager_type;
type cameraproxy_service, system_server_service, service_manager_type;
......
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