Skip to content
Snippets Groups Projects
Unverified Commit 2d19d531 authored by Joshua Blanchard's avatar Joshua Blanchard
Browse files

beckham: sepolicy: Label sysfs_greybus path(s) in file_contexts

* Most of these are already added to genfscon, but it seems this
  additional labeling in file_contexts is needed to address a
  crash; E AndroidRuntime: FATAL EXCEPTION: Greybus Dispatcher

Change-Id: I61e87c3f948fc0e3adc93c9e01c00c668f3df660
parent 882d6cce
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,12 @@
/dev/gbraw[0-9]* u:object_r:greybus_raw_device:s0
/sys/bus/greybus(/.*)? u:object_r:sysfs_greybus:s0
/sys/class/i2c-adapter/i2c-7/7-002d/enable u:object_r:sysfs_greybus:s0
/sys/class/vendor/mod0(/.*)? u:object_r:sysfs_greybus:s0
/sys/devices/platform/mods_ap(/.*)? u:object_r:sysfs_greybus:s0
/sys/devices/soc/0.apba_ctrl(/.*)? u:object_r:sysfs_greybus:s0
/sys/devices/soc/soc:muc(/.*)? u:object_r:sysfs_greybus:s0
/sys/devices/soc/soc:muc_svc@0(/.*)? u:object_r:sysfs_greybus:s0
/sys/devices/soc/soc:mod_uart/uart_stats u:object_r:sysfs_greybus:s0
/sys/devices/virtual/video4linux u:object_r:sysfs_greybus:s0
/sys/module/dwc3_msm/parameters/usb_priority u:object_r:sysfs_greybus:s0
/sys/module/uvcvideo/parameters/quirks u:object_r:sysfs_greybus:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment