[ALPS04082419] EM-touch:get tpd setting fail
Root Cause: Selinux typo error. MTK-Commit-Id: b08279e63d10678bd373bda246e37e978f4fd629 Change-Id: I25c0bac3f709d9752afe546eb6b648a5aead38d9 CR-Id: ALPS04082419 Feature: Engineering Mode
This commit is contained in:
parent
48dab28731
commit
7be7112f25
@ -31,10 +31,10 @@ allow em_svr gyroscope_device:chr_file { read ioctl open };
|
||||
|
||||
# Date : 2018/06/15
|
||||
# Purpose : Allow EM access touchscreen settings
|
||||
allow radio sysfs_tpd_debug:dir search;
|
||||
allow radio sysfs_tpd_setting:dir search;
|
||||
allow radio sysfs_tpd_debug:file rw_file_perms;
|
||||
allow radio sysfs_tpd_setting:file rw_file_perms;
|
||||
allow em_svr sysfs_tpd_debug:dir { search };
|
||||
allow em_svr sysfs_tpd_setting:dir { search };
|
||||
allow em_svr sysfs_tpd_debug:file { rw_file_perms };
|
||||
allow em_svr sysfs_tpd_setting:file { rw_file_perms };
|
||||
|
||||
# Date : 2018/06/15
|
||||
# Purpose : EM FreqHopping setting
|
||||
|
Loading…
x
Reference in New Issue
Block a user