Skip to content
Snippets Groups Projects
Commit 922a9d00 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Added sepolicy for uri_grants service am: 32809859 am: c1ebd935 am: cda347e8

am: ab352c5e

Change-Id: I9cdd1706f8a4b5befc2c57e533134f65be99b3d9
parents 469748bc ab352c5e
No related branches found
No related tags found
No related merge requests found
...@@ -139,6 +139,7 @@ ...@@ -139,6 +139,7 @@
update_engine_log_data_file update_engine_log_data_file
vendor_default_prop vendor_default_prop
vendor_security_patch_level_prop vendor_security_patch_level_prop
uri_grants_service
usbd usbd
usbd_exec usbd_exec
usbd_tmpfs usbd_tmpfs
......
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
traceur_app_tmpfs traceur_app_tmpfs
untrusted_app_all_devpts untrusted_app_all_devpts
update_engine_log_data_file update_engine_log_data_file
uri_grants_service
usbd usbd
usbd_exec usbd_exec
usbd_tmpfs usbd_tmpfs
......
...@@ -12,4 +12,5 @@ ...@@ -12,4 +12,5 @@
time_prop time_prop
timedetector_service timedetector_service
timezonedetector_service timezonedetector_service
uri_grants_service
vrflinger_vsync_service)) vrflinger_vsync_service))
...@@ -168,6 +168,7 @@ trust u:object_r:trust_service:s0 ...@@ -168,6 +168,7 @@ trust u:object_r:trust_service:s0
tv_input u:object_r:tv_input_service:s0 tv_input u:object_r:tv_input_service:s0
uimode u:object_r:uimode_service:s0 uimode u:object_r:uimode_service:s0
updatelock u:object_r:updatelock_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 usagestats u:object_r:usagestats_service:s0
usb u:object_r:usb_service:s0 usb u:object_r:usb_service:s0
user u:object_r:user_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 ...@@ -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 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 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 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 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 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; type user_service, app_api_service, ephemeral_app_api_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