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>
10 lines
254 B
Makefile
10 lines
254 B
Makefile
BOARD_VENDOR_SEPOLICY_DIRS += \
|
|
device/google/gs-common/storage/sepolicy \
|
|
device/google/gs-common/storage/sepolicy/tracking_denials
|
|
|
|
PRODUCT_PACKAGES += dump_storage
|
|
|
|
# Pixel storage tool
|
|
PRODUCT_PACKAGES_DEBUG += \
|
|
sg_write_buffer \
|
|
sg_read_buffer
|