sepolicy: ignore hardless QCOM denials
Change-Id: Ie8f74bde8aeedbd134b11307221c1f930ea4f5dc Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
d87e39409a
commit
be846c32da
1 changed files with 8 additions and 0 deletions
8
sepolicy/vendor/dontaudit.te
vendored
Normal file
8
sepolicy/vendor/dontaudit.te
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Ignore harmless QCOM denials
|
||||||
|
dontaudit {
|
||||||
|
init
|
||||||
|
priv_app
|
||||||
|
} {
|
||||||
|
bt_firmware_file
|
||||||
|
firmware_file
|
||||||
|
}:filesystem getattr;
|
Loading…
Reference in a new issue