[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:
parent
a8f7abb66b
commit
9e520e8fef
@ -308,3 +308,7 @@ type sysfs_headset, fs_type, sysfs_type;
|
||||
|
||||
# socket between atci_service and audio-daemon
|
||||
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;
|
||||
|
@ -106,3 +106,7 @@ genfscon proc /partitions u:object_r:proc_partition:s0
|
||||
|
||||
# allow netd to set MTU
|
||||
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
|
||||
|
@ -217,3 +217,7 @@ set_prop(radio, mtk_em_sys_prop)
|
||||
# Purpose : Allow EM set wcn 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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user