Oplus fingerprint HAL needs to set some persist.vendor properties
On stock rom, those properties' SELinux context is set in /system To prevent SELinux conflicts, just allow all vendor props
This commit is contained in:
parent
2fc868bc4a
commit
c117a13dad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user