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:
Pierre-Hugues Husson 2021-08-10 17:23:50 -04:00
parent 2fc868bc4a
commit c117a13dad
1 changed files with 3 additions and 0 deletions

View File

@ -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;