Merge "SELinux rules for virtual device"

This commit is contained in:
Maurice Lam 2021-10-18 20:13:42 +00:00 committed by Gerrit Code Review
commit cde20c1fc6
3 changed files with 3 additions and 0 deletions

View file

@ -32,4 +32,5 @@
sysfs_vendor_sched
vendor_vm_file
vendor_vm_data_file
virtual_device_service
))

View file

@ -303,6 +303,7 @@ uwb u:object_r:uwb_service:s0
vcn_management u:object_r:vcn_management_service:s0
vibrator u:object_r:vibrator_service:s0
vibrator_manager u:object_r:vibrator_manager_service:s0
virtualdevice u:object_r:virtual_device_service:s0
virtual_touchpad u:object_r:virtual_touchpad_service:s0
voiceinteraction u:object_r:voiceinteraction_service:s0
vold u:object_r:vold_service:s0

View file

@ -231,6 +231,7 @@ type uwb_service, app_api_service, system_server_service, service_manager_type;
type vcn_management_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type vibrator_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type vibrator_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type virtual_device_service, system_api_service, system_server_service, service_manager_type;
type voiceinteraction_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type vpn_management_service, app_api_service, system_server_service, service_manager_type;
type vr_manager_service, system_server_service, service_manager_type;