sm8150-common: sepolicy: Grant fingerprint xdsp_device rw perms

Since fastrpc is moved to secure domain, fingerprint now
needs to communicate over xdsp (/dev/adsprpc-smd-secure)

Change-Id: I94b472144a946df898f12d5f6bee31ec8cc71d47
Signed-off-by: Anirudh Gupta <anirudhgupta109@aosip.dev>
This commit is contained in:
Scott Warner 2020-11-05 07:38:50 -05:00 committed by Anirudh Gupta
parent a56c51f7ad
commit 1404467948
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ allow hal_fingerprint_default qdsp_device:chr_file rw_file_perms;
# Allow hal_fingerprint_default to read and write to tee_device
allow hal_fingerprint_default tee_device:chr_file rw_file_perms;
# Allow hal_fingerprint_default to read and write to xdsp_device
allow hal_fingerprint_default xdsp_device:chr_file rw_file_perms;
# Allow hal_fingerprint_default to read and write to proc_touchpanel
allow hal_fingerprint_default proc_touchpanel:dir search;
allow hal_fingerprint_default proc_touchpanel:file rw_file_perms;