Add selinux policy for CrossProfileAppsService
am: 215fb3efe4
Change-Id: I6c451967c7e40250c29c7f696f61b4b61c27ad69
This commit is contained in:
commit
5c98a06f1d
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
( adbd_exec
|
||||
bootloader_boot_reason_prop
|
||||
broadcastradio_service
|
||||
crossprofileapps_service
|
||||
e2fs
|
||||
e2fs_exec
|
||||
hal_broadcastradio_hwservice
|
||||
|
|
|
@ -32,6 +32,7 @@ contexthub u:object_r:contexthub_service:s0
|
|||
country_detector u:object_r:country_detector_service:s0
|
||||
coverage u:object_r:coverage_service:s0
|
||||
cpuinfo u:object_r:cpuinfo_service:s0
|
||||
crossprofileapps u:object_r:crossprofileapps_service:s0
|
||||
dbinfo u:object_r:dbinfo_service:s0
|
||||
device_policy u:object_r:device_policy_service:s0
|
||||
device_identifiers u:object_r:device_identifiers_service:s0
|
||||
|
|
|
@ -48,6 +48,7 @@ type broadcastradio_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 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 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;
|
||||
|
|
Loading…
Reference in a new issue