sm7325-common: sepolicy: fix init.oem.fingerprint2.sh

* For dynamic fingerprint.

Signed-off-by: Andrew Hexen <SyberHexen@gmail.com>
Change-Id: I3f3b4904b8ca3d0e3fb7d8eae235a65996df2434
This commit is contained in:
Andrew Hexen 2023-08-11 09:55:23 -07:00
parent 7bbe2cd97f
commit cb11d4250f
No known key found for this signature in database
GPG Key ID: 8A690B4B0CD461A2

View File

@ -20,3 +20,7 @@ set_prop(vendor_init_fingerprint, ctl_start_prop)
set_prop(vendor_init_fingerprint, vendor_mot_fingerprint_prop)
allow vendor_init_fingerprint vendor_file:file execute_no_trans;
allow vendor_init_fingerprint goodix_device:chr_file { getattr ioctl open read write };
allow vendor_init_fingerprint hal_fingerprint_default_exec:file execute_no_trans;
allow vendor_init_fingerprint ctl_stop_prop:property_service set;
allow vendor_init_fingerprint ctl_start_prop:property_service set;