mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: sepolicy: Allow fingerprint HAL to write /dev/goodix_fp
Change-Id: I29fde9ebc48852ad121766a4066e563aced88bb0 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
3df475a44f
commit
c7376eff2f
3 changed files with 6 additions and 0 deletions
3
sepolicy/vendor/device.te
vendored
3
sepolicy/vendor/device.te
vendored
|
|
@ -3,3 +3,6 @@ type m2m1shot_device, dev_type;
|
|||
|
||||
# gps
|
||||
type gps_device, dev_type;
|
||||
|
||||
# /dev/goodix_fp
|
||||
type goodix_device, dev_type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue