From 0db5966ac0f4abe12fbedfa494685c2b2f5b2505 Mon Sep 17 00:00:00 2001 From: Dian Wang Date: Sat, 18 Jan 2020 10:00:31 +0800 Subject: [PATCH] [ALPS03888283] Power off usb status [Detail] Power off after usb plug out [Solution] Modify meta_tst.te MTK-Commit-Id: 65137c0258d35d8f2998f6269173f00b686ee29a Change-Id: Ib876b440249f9d3b6e9d42c1d95ef15f6ca386ef CR-Id: ALPS03888283 Feature: SP META Tool --- non_plat/meta_tst.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_plat/meta_tst.te b/non_plat/meta_tst.te index 16160e0..69f23ef 100644 --- a/non_plat/meta_tst.te +++ b/non_plat/meta_tst.te @@ -211,6 +211,8 @@ allow meta_tst sysfs_android_usb:file rw_file_perms; allow meta_tst sysfs_android_usb:dir search; allow meta_tst sysfs_usb_cmode:file rw_file_perms; allow meta_tst sysfs_usb_cmode:dir search; +allow meta_tst sysfs_batteryinfo:file rw_file_perms; +allow meta_tst sysfs_batteryinfo:dir search; #Date: W16.17 # Purpose: N Migration For meta_tst load MD NVRAM database