android_device_xiaomi_sm725.../sepolicy/vendor/file.te
dianlujitao 09bb619041 sm7250-common: Make fastrpc_shell_3 publicly available
* Used by GCAM for DSP-accelerated HDR processing
 * Arguably we should label /vendor/dsp/cdsp/fastrpc_shell_3 to
   same_process_hal_file like Pixels, but the partition is prebuilt thus
   we're unable to relabel it.
 * Copy the file to writable tmpfs, setup attributes and bind mount back
   to workaround the limitation.

[ghostrider-reborn]:
Allow adsp/cdsprpcd and neuralnetworks HAL to access fastrpc_shell_3

[kras edit:
 1. rename some contexts as per qva/kona
 2. extend to allow camera HAL and VPP service to access it as well]

Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Change-Id: Ide90e5c7307d413db5ece736e859559f06679545
2021-12-01 13:02:03 +01:00

23 lines
754 B
Plaintext

type sysfs_fod, fs_type, sysfs_type;
type sysfs_msm_boot, fs_type, sysfs_type;
type sysfs_msm_subsys, sysfs_type, fs_type;
type sysfs_touchpanel, fs_type, sysfs_type;
type sysfs_wireless_supply, sysfs_type, fs_type;
type vendor_sysfs_smart_fps, fs_type, sysfs_type;
type vendor_sysfs_dynamic_fps, fs_type, sysfs_type;
type vendor_sysfs_iio, fs_type, sysfs_type;
type fingerprint_data_file, data_file_type, file_type, vendor_persist_type;
type thermal_data_file, file_type, data_file_type;
type camera_persist_file, file_type, vendor_persist_type;
type audio_socket, file_type;
type public_adsprpcd_file, file_type;
type ultrasound_device, dev_type;
type persist_subsys_file, vendor_persist_type, file_type;
type proc_last_kmsg, fs_type, proc_type;