Merge "emulator: grant fingerprint hal data permission"

This commit is contained in:
Treehugger Robot 2018-02-15 16:34:36 +00:00 committed by Gerrit Code Review
commit b2cc4ddafd
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# TODO(b/36644492): Remove data_between_core_and_vendor_violators once
# hal_fingerprint no longer directly accesses fingerprintd_data_file.
typeattribute hal_fingerprint_default data_between_core_and_vendor_violators;
allow hal_fingerprint_default fingerprintd_data_file:file create_file_perms;
allow hal_fingerprint_default fingerprintd_data_file:dir rw_dir_perms;