sm7250-common: sepolicy: Remove fod_ui labeling

* We got it covered with vendor_sysfs_graphics

Change-Id: I40f13e1aa8dc6fb6d04118c0f8bcee9fa66efaa4
This commit is contained in:
Sebastiano Barezzi 2021-08-25 18:33:23 +02:00 committed by xSylla
parent 8e30fb19cc
commit ddece61c69
3 changed files with 0 additions and 7 deletions

View File

@ -10,8 +10,6 @@ type proc_last_kmsg, fs_type, proc_type;
type public_adsprpcd_file, file_type;
type sysfs_fod, fs_type, sysfs_type;
type sysfs_msm_boot, fs_type, sysfs_type;
type sysfs_msm_subsys, fs_type, sysfs_type;

View File

@ -36,9 +36,6 @@
/data/vendor/fpc(/.*)? u:object_r:fingerprint_data_file:s0
/data/vendor/fpdump(/.*)? u:object_r:fingerprint_data_file:s0
# Fingerprint - FOD
/sys/devices/platform/soc/soc:qcom,dsi-display-primary/fod_ui u:object_r:sysfs_fod:s0
# Hexagon DSP-side executable needed for Halide operation
# This is labeled as public_adsprpcd_file as it needs to be read by apps
# (e.g. Google Camera App)

View File

@ -12,5 +12,3 @@ binder_call(hal_lineage_fod_lito, hal_fingerprint_default)
allow hal_lineage_fod_lito vendor_sysfs_graphics:dir r_dir_perms;
allow hal_lineage_fod_lito vendor_sysfs_graphics:file rw_file_perms;
allow hal_lineage_fod_lito sysfs_fod:file rw_file_perms;