Merge "Allow fingerprint hal to access fingerprint device" into sc-dev
This commit is contained in:
commit
9a865e84c7
3 changed files with 8 additions and 0 deletions
3
whitechapel/vendor/google/device.te
vendored
3
whitechapel/vendor/google/device.te
vendored
|
@ -53,3 +53,6 @@ type sscoredump_device, dev_type;
|
|||
|
||||
# AOC device
|
||||
type aoc_device, dev_type;
|
||||
|
||||
# Fingerprint device
|
||||
type fingerprint_device, dev_type;
|
||||
|
|
3
whitechapel/vendor/google/file_contexts
vendored
3
whitechapel/vendor/google/file_contexts
vendored
|
@ -416,3 +416,6 @@
|
|||
|
||||
# BigOcean
|
||||
/dev/bigocean u:object_r:video_device:s0
|
||||
|
||||
# Fingerprint
|
||||
/dev/goodix_fp u:object_r:fingerprint_device:s0
|
||||
|
|
2
whitechapel/vendor/google/hal_fingerprint_default.te
vendored
Normal file
2
whitechapel/vendor/google/hal_fingerprint_default.te
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
allow hal_fingerprint_default fingerprint_device:chr_file rw_file_perms;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue