android_device_xiaomi_sdm66.../sepolicy/vendor/init.te

10 lines
385 B
Text
Raw Normal View History

allow init hwservicemanager:binder { call transfer };
allow init ipa_dev:chr_file open;
allow init ion_device:chr_file ioctl;
allow init property_socket:sock_file write;
allow init sysfs_dm:file { open write };
allow init tee_device:chr_file { write ioctl };
allow init vendor_default_prop:property_service set;
allow init sysfs_info:file { open read };
allow init sysfs:file setattr;