diff --git a/sepolicy/oppo.te b/sepolicy/oppo.te index 7b2133d..216ba3c 100644 --- a/sepolicy/oppo.te +++ b/sepolicy/oppo.te @@ -1,3 +1,6 @@ type sysfs_usb_supply, file_type; allow system_app sysfs_usb_supply:file rw_file_perms; + +type hal_fingerprint_oplus, domain; +allow hal_fingerprint_oplus vendor_default_prop:property_service set;