This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/sepolicy/qti/vendor/hal_sensors_default.te
LuK1337 73b6c06adf sepolicy: qti: Allow sensors to access ssc_interactive & soc:sensor_fc
Change-Id: I75b740b8fba66615b08f791a43e476042e19a0f6
2022-07-11 09:35:09 +02:00

11 lines
491 B
Plaintext

allow hal_sensors_default ssc_interactive_device:chr_file rw_file_perms;
allow hal_sensors_default vendor_persist_engineer_file:dir r_dir_perms;
allow hal_sensors_default vendor_persist_engineer_file:file rw_file_perms;
allow hal_sensors_default vendor_sysfs_graphics:dir r_dir_perms;
allow hal_sensors_default vendor_sysfs_graphics:file rw_file_perms;
allow hal_sensors_default vendor_sysfs_sensor_fb:dir r_dir_perms;
allow hal_sensors_default vendor_sysfs_sensor_fb:file rw_file_perms;