6116daa71a
shipping API version: For devices shipped before Android P nothing changes, data is stored under /data/system/users/<user-id>/fpdata/... Devices shipped from now on will instead store fingerprint data under /data/vendor_de/<user-id>/fpdata. Support for /data/vendor_de and /data/vendor_ce has been added to vold. Bug: 36997597 Change-Id: Ibc7cc33b756f64abe68a749c0ada0ca4f6d92514 Test: manually
11 lines
261 B
Text
11 lines
261 B
Text
##
|
|
# trusted execution environment (tee) daemon
|
|
#
|
|
type tee, domain;
|
|
|
|
# Device(s) for communicating with the TEE
|
|
type tee_device, dev_type;
|
|
|
|
allow tee fingerprint_vendor_data_file:dir rw_dir_perms;
|
|
allow tee fingerprint_vendor_data_file:file create_file_perms;
|
|
|