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
device_motorola_msm8953-common/sepolicy/vendor/init.te
Jeferson 7dc147b5d3 msm8953-common: Solve some init denials
Change-Id: Id3cb44112e0219dd9d003ab1bf5acbf5762f095c
2021-09-19 15:59:53 -03:00

25 lines
939 B
Plaintext

allow init fsg_firmware_file:dir { mounton };
allow init socket_device:sock_file { create setattr unlink };
allow init fsg_firmware_file:filesystem { relabelfrom mount };
allow init vendor_file:file execute;
#TODO: This should not be needed and needs to be cleaned.
allow fsg_firmware_file self:filesystem associate;
allow init mnt_product_file:dir mounton;
allow init bt_firmware_file:filesystem getattr;
allow init firmware_file:filesystem getattr;
allow init fsg_firmware_file:filesystem getattr;
allow init vendor_data_file:file lock;
allow init hal_audio_default:binder call;
allow init platform_app:binder call;
allow init system_file:system module_load;
allow init hal_perf_default:binder call;
allow init sysfs_healthd:file setattr;
allow init hal_graphics_composer_default:binder call;
allow init same_process_hal_file:file execute;
allow init servicemanager:binder { call transfer };
allow init sysfs_healthd:file setattr;