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:
parent
92132caeea
commit
01114b5c86
|
@ -1 +1 @@
|
|||
allow storaged debugfs_mmc:file r_file_perms;
|
||||
dontaudit storaged debugfs_mmc:file r_file_perms;
|
||||
|
|
Loading…
Reference in New Issue