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 <jaegeuk@google.com>
This commit is contained in:
parent
c38d34d5e2
commit
9e1cdbc471
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue