Merge "Allow fingerprint hal to access fingerprint device" into sc-dev am: 9a865e84c7

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/13918106

Change-Id: I7f56e90224fe24568d84bcdd4a6a91deed3194bb
This commit is contained in:
TreeHugger Robot 2021-03-19 03:08:00 +00:00 committed by Automerger Merge Worker
commit 71f0fd6e55
3 changed files with 8 additions and 0 deletions

View file

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

View file

@ -416,3 +416,6 @@
# BigOcean # BigOcean
/dev/bigocean u:object_r:video_device:s0 /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;