diff options
| author | Adam Shih <adamshih@google.com> | 2020-03-11 16:45:56 +0800 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2021-01-05 16:11:56 +0100 |
| commit | 811e6567d64a126f021e238db2404fc5e69c54ab (patch) | |
| tree | 28bbebce93fbfe864be474ca35bf8a2fc9ad9a22 | |
| parent | cbba1301b6b393b769fe3ce3f5e4aae2538af0ca (diff) | |
qcom: gmscore_app: suppress denials on firmware
Bug: 149543390
Bug: 149062700
Bug: 151195371
Test: boot with no gmscore_app avc error
Change-Id: I4c667b86863121529f7c3a24b9daf615260104c7
| -rw-r--r-- | qcom/dynamic/dontaudit.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qcom/dynamic/dontaudit.te b/qcom/dynamic/dontaudit.te new file mode 100644 index 0000000..8ac9ffd --- /dev/null +++ b/qcom/dynamic/dontaudit.te @@ -0,0 +1 @@ +dontaudit gmscore_app { bt_firmware_file firmware_file }:filesystem getattr; |
