From 9e1cdbc47113c5332a71c4664e94b446ee9245f0 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Fri, 6 Dec 2024 11:27:26 -0800 Subject: [PATCH] storage: add missing bug_map The warning is WAI, so make a correct report. [ 11.777638] [ T374] type=1400 audit(1733512828.220:561): avc: denied { open } for comm="getprop" path="/dev/__properties__/u:object_r:vendor_intelligence_prop:s0" dev="tmpfs" ino=436 scontext=u:r:shell:s0 tcontext=u:object_r:vendor_intelligence_prop:s0 tclass=file permissive=1 w/ [ 10.560345] [ T376] type=1400 audit(1733515761.004:342): avc: denied { open } for comm="getprop" path="/dev/__properties__/u:object_r:vendor_intelligence_prop:s0" dev="tmpfs" ino=436 scontext=u:r:shell:s0 tcontext=u:object_r:vendor_intelligence_prop:s0 tclass=file permissive=1 bug=b/378120929 Bug: 378120929 Flag: EXEMPT bugfix Change-Id: Ia158d71c43e6006ee86a227b5a083bc27230ef71 Signed-off-by: Jaegeuk Kim --- storage/storage.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/storage/storage.mk b/storage/storage.mk index ee7110c..c81d15e 100644 --- a/storage/storage.mk +++ b/storage/storage.mk @@ -1,4 +1,6 @@ -BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/storage/sepolicy +BOARD_VENDOR_SEPOLICY_DIRS += \ + device/google/gs-common/storage/sepolicy \ + device/google/gs-common/storage/sepolicy/tracking_denials PRODUCT_PACKAGES += dump_storage