Skip to content
Snippets Groups Projects
Commit a06760b1 authored by EcrosoftXiao's avatar EcrosoftXiao Committed by Flower sea
Browse files

sm8350-common: sepolicy: Allow hal_fingerprint_default to access vendor_fingerprint_device

Change-Id: I8770a65a01e622f7c541bf88cf4b70c40792a169
parent 19cbd7ae
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ allow hal_fingerprint_default vendor_sysfs_graphics:file rw_file_perms;
# Dev nodes
allow hal_fingerprint_default tee_device:chr_file rw_file_perms;
allow hal_fingerprint_default uhid_device:chr_file rw_file_perms;
allow hal_fingerprint_default vendor_fingerprint_device:chr_file rw_file_perms;
# Data
allow hal_fingerprint_default vendor_fingerprint_data_file:dir rw_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment