[ALPS04185953] EM c2k bypass ui display issues

The data button cannot show checked

MTK-Commit-Id: c244f89abe8640c4bc8b362fcd4f5cf96216190c

Change-Id: I31d70b7540f098643bccc5db6bc2396abf226f91
CR-Id: ALPS04185953
Feature: Engineering Mode
This commit is contained in:
dengwei.xu 2020-01-18 10:07:52 +08:00 committed by Dengwei Xu
parent a8f7abb66b
commit 9e520e8fef
3 changed files with 12 additions and 0 deletions

View File

@ -308,3 +308,7 @@ type sysfs_headset, fs_type, sysfs_type;
# socket between atci_service and audio-daemon # socket between atci_service and audio-daemon
type atci-audio_socket, file_type; type atci-audio_socket, file_type;
# Date : 2018/11/01
# Purpose : mtk EM c2k bypass read usb file
type sys_usb_rawbulk, fs_type, sysfs_type;

View File

@ -106,3 +106,7 @@ genfscon proc /partitions u:object_r:proc_partition:s0
# allow netd to set MTU # allow netd to set MTU
genfscon sysfs /devices/virtual/net u:object_r:sysfs_net:s0 genfscon sysfs /devices/virtual/net u:object_r:sysfs_net:s0
# Date : 2018/11/01
# Purpose : mtk EM c2k bypass read usb file
genfscon sysfs /devices/virtual/usb_rawbulk u:object_r:sys_usb_rawbulk:s0

View File

@ -217,3 +217,7 @@ set_prop(radio, mtk_em_sys_prop)
# Purpose : Allow EM set wcn coredump prop # Purpose : Allow EM set wcn coredump prop
set_prop(radio, coredump_prop) set_prop(radio, coredump_prop)
# Date : 2018/11/01
# Purpose : mtk EM c2k bypass read usb file
allow radio sys_usb_rawbulk:file { r_file_perms };
allow radio sys_usb_rawbulk:dir { r_dir_perms };