add sysfs_touch setting for esim firmware upgrade

Bug: 284945094
Test: P21 can upgrade esim firmware successfully
Change-Id: Ica0fa588e7c15002368af007158753caa0523a46
This commit is contained in:
Lily Lin 2023-06-08 21:58:24 +08:00
parent 4088c9e534
commit b6099f0923
2 changed files with 12 additions and 0 deletions

6
oriole/euiccpixel_app.te Normal file
View file

@ -0,0 +1,6 @@
# EuiccSupportPixel app
userdebug_or_eng(`
allow euiccpixel_app sysfs_touch:dir search;
')

6
raven/euiccpixel_app.te Normal file
View file

@ -0,0 +1,6 @@
# EuiccSupportPixel app
userdebug_or_eng(`
allow euiccpixel_app sysfs_touch:dir search;
')