Merge "Changes in SELinux Policy for cloudsearch API" am: c66fb7aefc
am: 39e16393b7
am: 9f75793c0f
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1927577 Change-Id: I209b092bc400731a61847c5aa3852815888a6a1d
This commit is contained in:
commit
82f06faacd
3 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
artd_service
|
||||
attestation_verification_service
|
||||
charger_vendor
|
||||
cloudsearch_service
|
||||
device_config_nnapi_native_prop
|
||||
dice_maintenance_service
|
||||
dice_node_service
|
||||
|
|
|
@ -111,6 +111,7 @@ bugreport u:object_r:bugreport_service:s0
|
|||
cacheinfo u:object_r:cacheinfo_service:s0
|
||||
carrier_config u:object_r:radio_service:s0
|
||||
clipboard u:object_r:clipboard_service:s0
|
||||
cloudsearch_service u:object_r:cloudsearch_service:s0
|
||||
com.android.net.IProxyService u:object_r:IProxyService_service:s0
|
||||
companiondevice u:object_r:companion_device_service:s0
|
||||
platform_compat u:object_r:platform_compat_service:s0
|
||||
|
|
|
@ -80,6 +80,7 @@ type broadcastradio_service, system_server_service, service_manager_type;
|
|||
type cacheinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type cameraproxy_service, system_server_service, service_manager_type;
|
||||
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type cloudsearch_service, app_api_service, system_server_service, service_manager_type;
|
||||
type contexthub_service, app_api_service, system_server_service, service_manager_type;
|
||||
type crossprofileapps_service, app_api_service, system_server_service, service_manager_type;
|
||||
type IProxyService_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue