mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: Fix sys.fp.miui.token spam
07-18 21:53:34.773 1463 4222 W libc : Access denied finding property sys.fp.miui.token
07-18 21:53:34.769 1463 1463 W /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.xiaomi: type=1400 audit(0.0:274): avc: denied { read } for comm=504F5349582074696D65722031 name=u:object_r:system_prop:s0 dev=tmpfs ino=11254 scontext=u:r:hal_fingerprint_default:s0 tcontext=u:object_r:system_prop:s0 tclass=file permissive=0
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: Ia0d1629351bf9992115bbd26984d3714bfef0925
This commit is contained in:
@@ -4,6 +4,9 @@ ro.charger.enable_suspend=true
|
||||
# CNE
|
||||
persist.vendor.cne.feature=1
|
||||
|
||||
# Fingerprint
|
||||
sys.fp.miui.token=0
|
||||
|
||||
# Graphics
|
||||
debug.sf.disable_backpressure=1
|
||||
debug.sf.enable_hwc_vds=1
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Fingerprint
|
||||
sys.fp.miui.token u:object_r:exported_system_prop:s0
|
||||
|
||||
# GLobal
|
||||
ro.boot.hwc u:object_r:exported_default_prop:s0
|
||||
ro.build.flavor u:object_r:build_prop:s0
|
||||
|
||||
Reference in New Issue
Block a user