mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-06 16:28:06 -04:00
universal7870: import sepolicy from 7580-common
thanks to @danwood76
This commit is contained in:
parent
9ce97a0bfb
commit
0cfeb0ec4f
61 changed files with 507 additions and 425 deletions
16
sepolicy/fingerprintd.te
Normal file
16
sepolicy/fingerprintd.te
Normal file
|
@ -0,0 +1,16 @@
|
|||
# allow hal_fingerprint_default to communicate with various devices
|
||||
binder_call(system_app, hal_fingerprint_default)
|
||||
|
||||
# kernel fp device
|
||||
allow hal_fingerprint_default fingerprint_device:chr_file rw_file_perms;
|
||||
|
||||
# secure memory device
|
||||
allow hal_fingerprint_default secmem_device:chr_file rw_file_perms;
|
||||
|
||||
# trust zone device
|
||||
allow hal_fingerprint_default tee_device:chr_file rw_file_perms;
|
||||
allow hal_fingerprint_default tee:unix_stream_socket connectto;
|
||||
|
||||
# /data/biometrics/*
|
||||
allow hal_fingerprint_default fingerprintd_data_file:dir create_dir_perms;
|
||||
allow hal_fingerprint_default fingerprintd_data_file:file create_file_perms;
|
Loading…
Add table
Add a link
Reference in a new issue