Skip to content
Snippets Groups Projects
Commit 7432e36a authored by Bruce Beare's avatar Bruce Beare Committed by android-build-merger
Browse files

Define the i2C device policy am: 59019fd7 am: 5a3132bb

am: 45166431

* commit '45166431':
  Define the i2C device policy
parents 87177883 45166431
Branches main working
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ type usbaccessory_device, dev_type, mlstrustedobject;
type usb_device, dev_type, mlstrustedobject;
type klog_device, dev_type;
type properties_device, dev_type;
type i2c_device, dev_type;
# All devices have a uart for the hci
# attach service. The uart dev node
......
......@@ -70,6 +70,7 @@
/dev/fuse u:object_r:fuse_device:s0
/dev/graphics(/.*)? u:object_r:graphics_device:s0
/dev/hw_random u:object_r:hw_random_device:s0
/dev/i2c-[0-9]+ u:object_r:i2c_device:s0
/dev/input(/.*) u:object_r:input_device:s0
/dev/iio:device[0-9]+ u:object_r:iio_device:s0
/dev/ion u:object_r:ion_device:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment