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:
parent
a56c51f7ad
commit
1404467948
|
@ -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 to read and write to tee_device
|
||||||
allow hal_fingerprint_default tee_device:chr_file rw_file_perms;
|
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 to read and write to proc_touchpanel
|
||||||
allow hal_fingerprint_default proc_touchpanel:dir search;
|
allow hal_fingerprint_default proc_touchpanel:dir search;
|
||||||
allow hal_fingerprint_default proc_touchpanel:file rw_file_perms;
|
allow hal_fingerprint_default proc_touchpanel:file rw_file_perms;
|
||||||
|
|
Loading…
Reference in New Issue