From bbb18bde9ba2bfe8436356422fba868a0cc253ae Mon Sep 17 00:00:00 2001 From: Ting-Fang Hou Date: Sat, 18 Jan 2020 10:04:37 +0800 Subject: [PATCH] [ALPS03918481] Audio: Add audio factory permission to access accdet [Detail] Add audio factory permission to access accdet MTK-Commit-Id: 8af09875ac4b678ba41b4d33c4fb29e2287f4de6 Change-Id: I7acba6b69d8b23fae8232f770fe477b981bdd175 CR-Id: ALPS03918481 Feature: Factory Mode --- non_plat/factory.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/factory.te b/non_plat/factory.te index 4552da8..cf6db31 100644 --- a/non_plat/factory.te +++ b/non_plat/factory.te @@ -319,6 +319,7 @@ allow factory audiohal_prop:property_service set; # For Accdet data permission allow factory sysfs:file { read open }; +allow factory sysfs_headset:file { read open }; # For touch auto test allow factory sysfs_tpd_setting:dir search;