Skip to content
Snippets Groups Projects
Commit 7b49e737 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Gerrit Code Review
Browse files

Merge "Added SELinux policy for BinderCallsStatsService"

parents 795eae3a 05675aa9
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
(typeattributeset new_objects
( adb_service
adbd_exec
binder_calls_stats_service
bootloader_boot_reason_prop
blank_screen
blank_screen_exec
......
......@@ -4,6 +4,7 @@
(typeattribute new_objects)
(typeattributeset new_objects
( adb_service
binder_calls_stats_service
blank_screen
blank_screen_exec
blank_screen_tmpfs
......
......@@ -15,6 +15,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
......
......@@ -47,6 +47,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