Merge "Allow fingerprint hal to access fingerprint device" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-19 02:19:59 +00:00 committed by Android (Google) Code Review
commit 9a865e84c7
3 changed files with 8 additions and 0 deletions

View file

@ -53,3 +53,6 @@ type sscoredump_device, dev_type;
# AOC device
type aoc_device, dev_type;
# Fingerprint device
type fingerprint_device, dev_type;

View file

@ -416,3 +416,6 @@
# BigOcean
/dev/bigocean u:object_r:video_device:s0
# Fingerprint
/dev/goodix_fp u:object_r:fingerprint_device:s0

View file

@ -0,0 +1,2 @@
allow hal_fingerprint_default fingerprint_device:chr_file rw_file_perms;