mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Allow fpd to save biometrics data
This commit is contained in:
parent
e54be9f2df
commit
07fbd607a0
3 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
type app_efs_file, file_type;
|
||||
type sysfs_mdnie, fs_type, sysfs_type;
|
||||
type biometrics_data_file, file_type, data_file_type;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
# Fingerprint
|
||||
/dev/vfsspi u:object_r:vfsspi_device:s0
|
||||
/data/biometrics(/.*)? u:object_r:biometrics_data_file:s0
|
||||
|
||||
# mDNIe
|
||||
/sys/devices/virtual/mdnie/mdnie/mode u:object_r:sysfs_mdnie:s0
|
||||
|
|
|
@ -3,3 +3,6 @@ allow fingerprintd vfsspi_device:chr_file rw_file_perms;
|
|||
|
||||
allow fingerprintd firmware_file:dir search;
|
||||
allow fingerprintd firmware_file:file r_file_perms;
|
||||
|
||||
allow fingerprintd biometrics_data_file:dir rw_dir_perms;
|
||||
allow fingerprintd biometrics_data_file:file create_file_perms;
|
||||
|
|
Loading…
Reference in a new issue