Skip to content
Snippets Groups Projects
Commit 6536c9e0 authored by Tony Mak's avatar Tony Mak
Browse files

Add selinux policy for CrossProfileAppsService

CrossProfileAppsService allows apps to do limited cross profile
operations, like checking the caller package is installed in
the specified user. It is similar to LauncherAppsService in some sense.

Change-Id: I26e383a57c32c4dc9b779752b20000b283a5bfdc
Fix: 67765768
Test: Built with ag/3063260. Can boot and verified those APIs are working.
parent 92e6b963
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
( adbd_exec ( adbd_exec
bootloader_boot_reason_prop bootloader_boot_reason_prop
broadcastradio_service broadcastradio_service
crossprofileapps_service
e2fs e2fs
e2fs_exec e2fs_exec
hal_broadcastradio_hwservice hal_broadcastradio_hwservice
......
...@@ -32,6 +32,7 @@ contexthub u:object_r:contexthub_service:s0 ...@@ -32,6 +32,7 @@ contexthub u:object_r:contexthub_service:s0
country_detector u:object_r:country_detector_service:s0 country_detector u:object_r:country_detector_service:s0
coverage u:object_r:coverage_service:s0 coverage u:object_r:coverage_service:s0
cpuinfo u:object_r:cpuinfo_service:s0 cpuinfo u:object_r:cpuinfo_service:s0
crossprofileapps u:object_r:crossprofileapps_service:s0
dbinfo u:object_r:dbinfo_service:s0 dbinfo u:object_r:dbinfo_service:s0
device_policy u:object_r:device_policy_service:s0 device_policy u:object_r:device_policy_service:s0
device_identifiers u:object_r:device_identifiers_service:s0 device_identifiers u:object_r:device_identifiers_service:s0
......
...@@ -48,6 +48,7 @@ type broadcastradio_service, system_server_service, service_manager_type; ...@@ -48,6 +48,7 @@ type broadcastradio_service, system_server_service, service_manager_type;
type cameraproxy_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 clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type contexthub_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; type IProxyService_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type commontime_management_service, system_server_service, service_manager_type; type commontime_management_service, system_server_service, service_manager_type;
type companion_device_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type companion_device_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