sm6150-common: sepolicy: Allow fingerprint HAL to use vndbinder

Change-Id: Ic6c70a39392e349e0770411f42af15eebc5dfea4
This commit is contained in:
basamaryan 2024-06-02 14:49:02 +02:00
parent 0c3bad3c75
commit 12c3135ffb
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9

View File

@ -5,6 +5,8 @@ type fingerprint_data_file, data_file_type, file_type;
type vendor_sysfs_fod, sysfs_type, fs_type;
vendor_internal_prop(vendor_fp_prop)
vndbinder_use(hal_fingerprint_default)
allow hal_fingerprint_default fingerprint_device:chr_file rw_file_perms;
allow hal_fingerprint_default fingerprint_data_file:dir create_dir_perms;
allow hal_fingerprint_default fingerprint_data_file:file create_file_perms;