Added sepolicy for uri_grants service
Bug: 80414790 Test: boots Change-Id: I15233721fa138e0fdf1a30f66d52b64cbab18b81
This commit is contained in:
parent
0cc68ea0b2
commit
3280985971
5 changed files with 5 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
|||
update_engine_log_data_file
|
||||
vendor_default_prop
|
||||
vendor_security_patch_level_prop
|
||||
uri_grants_service
|
||||
usbd
|
||||
usbd_exec
|
||||
usbd_tmpfs
|
||||
|
|
|
@ -115,6 +115,7 @@
|
|||
traceur_app_tmpfs
|
||||
untrusted_app_all_devpts
|
||||
update_engine_log_data_file
|
||||
uri_grants_service
|
||||
usbd
|
||||
usbd_exec
|
||||
usbd_tmpfs
|
||||
|
|
|
@ -12,4 +12,5 @@
|
|||
time_prop
|
||||
timedetector_service
|
||||
timezonedetector_service
|
||||
uri_grants_service
|
||||
vrflinger_vsync_service))
|
||||
|
|
|
@ -168,6 +168,7 @@ trust u:object_r:trust_service:s0
|
|||
tv_input u:object_r:tv_input_service:s0
|
||||
uimode u:object_r:uimode_service:s0
|
||||
updatelock u:object_r:updatelock_service:s0
|
||||
uri_grants u:object_r:uri_grants_service:s0
|
||||
usagestats u:object_r:usagestats_service:s0
|
||||
usb u:object_r:usb_service:s0
|
||||
user u:object_r:user_service:s0
|
||||
|
|
|
@ -148,6 +148,7 @@ type trust_service, app_api_service, system_server_service, service_manager_type
|
|||
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type updatelock_service, system_api_service, system_server_service, service_manager_type;
|
||||
type uri_grants_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type usagestats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type usb_service, app_api_service, system_server_service, service_manager_type;
|
||||
type user_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue