sepolicy: allow rmtfs to read sysfs_remoteproc

The new rmtfs version tries to read the 'modalias' file in sysfs and
causes this following selinux denial. Allow it.

I auditd  : type=1400 audit(0.0:37): avc: denied { read } for comm=rmtfs name=remoteproc0 dev=sysfs ino=21783 scontext=u:r:rmtfs:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
W rmtfs   : type=1400 audit(0.0:37): avc: denied { read } for name=remoteproc0 dev=sysfs ino=21783 scontext=u:r:rmtfs:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
I auditd  : type=1400 audit(0.0:38): avc: denied { read } for comm=rmtfs name=modalias dev=sysfs ino=3163 scontext=u:r:rmtfs:s0 tcontext=u:object_r:sysfs_remoteproc:s0 tclass=file permissive=0
W rmtfs   : type=1400 audit(0.0:38): avc: denied { read } for name=modalias dev=sysfs ino=3163 scontext=u:r:rmtfs:s0 tcontext=u:object_r:sysfs_remoteproc:s0 tclass=file permissive=0
1 file changed
tree: d2cc747576b9b45709b2f78b0ab7b0bab65c60d3
  1. axolotl/
  2. beryllium/
  3. build/
  4. enchilada/
  5. etc/
  6. gralloc/
  7. health/
  8. liblight/
  9. libmemtrack/
  10. overlay/
  11. prebuilt-kernel/
  12. qcom/
  13. seccomp_policy/
  14. sepolicy/
  15. Android.bp
  16. Android.mk
  17. AndroidProducts.mk
  18. axolotl.mk
  19. beryllium.mk
  20. BoardConfigCommon.mk
  21. common.kl
  22. compatibility_matrix.xml
  23. device-common.mk
  24. enchilada.mk
  25. init.common.rc
  26. init.common.usb.rc
  27. manifest.xml
  28. README.md
  29. ueventd.common.rc
README.md

device/generic/sdm845 (AOSP device config for SDM845 devices)

This device repo aims to support booting AOSP on SDM845 devices supported by the mainline Linux kernel.

For more information, please check out the wiki.