Merge "SELinux rules for virtual device"
This commit is contained in:
commit
cde20c1fc6
3 changed files with 3 additions and 0 deletions
|
@ -32,4 +32,5 @@
|
|||
sysfs_vendor_sched
|
||||
vendor_vm_file
|
||||
vendor_vm_data_file
|
||||
virtual_device_service
|
||||
))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue