sepolicy: common: Don't audit storaged to read debugfs_mmc files

* This sepolicy triggers a neverallow check on new platforms (e.g.
   taro).

Ref:
 1. https://git.codelinaro.org/clo/la/platform/system/sepolicy/-/blob/LA.QSSI.13.0.r1-09000.01-qssi.0/public/te_macros#L537-L547
 2. https://git.codelinaro.org/clo/la/platform/system/sepolicy/-/blob/LA.QSSI.13.0.r1-09000.01-qssi.0/private/domain.te#L588-L600

Change-Id: I453920dc5e2f4d1695c06e8ad2ba1540024dab4d
This commit is contained in:
Kujou Yuko 2023-02-12 17:51:17 +08:00 committed by 九条祐子
parent 92132caeea
commit 01114b5c86
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
allow storaged debugfs_mmc:file r_file_perms;
dontaudit storaged debugfs_mmc:file r_file_perms;