android_device_samsung_msm8.../sepolicy/adsprpcd.te
Deokgyu Yang 3cc30466c5 gts3llte: First boot
Done so many jobs to boot...

- SELinux permissive
- Fix/Update init scripts
- Edit the file system list for working anyway in the faced situation
but it has to be optimized later
- Optimize vendor files and add unsure binary files for debugging
- Remove unused packages
- Build Camera packages itself but not working curretly
- Update manifest from the CTD1 OTA firwmare
- Optimize manifest
- Optimize SELinux properties a little

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I4c134c6fb89e646fdba39590b6b80c4027eb2c71
2021-05-18 22:20:56 +09:00

7 lines
302 B
Text

allow adsprpcd_file self:filesystem associate;
allow adsprpcd mnt_vendor_file:dir create_dir_perms;
allow adsprpcd mnt_vendor_file:file create_file_perms;
allow adsprpcd sysfs_sensors:dir r_dir_perms;
allow adsprpcd sysfs_sensors:file r_file_perms;
allow adsprpcd sysfs_sensors:lnk_file r_file_perms;