Skip to content
Snippets Groups Projects
Commit b6d2e6af authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "remove /dev/log" am: f6eb2ad6 am: 5f37f670 am: 1950bb8c

am: bf500f92

Change-Id: I2fa4f3ada422b7e077b1184fc818c792ef7d6f0b
parents 6ec1e3ce bf500f92
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
/dev/ion u:object_r:ion_device:s0 /dev/ion u:object_r:ion_device:s0
/dev/keychord u:object_r:keychord_device:s0 /dev/keychord u:object_r:keychord_device:s0
/dev/kmem u:object_r:kmem_device:s0 /dev/kmem u:object_r:kmem_device:s0
/dev/log(/.*)? u:object_r:log_device:s0
/dev/loop-control u:object_r:loop_control_device:s0 /dev/loop-control u:object_r:loop_control_device:s0
/dev/mem u:object_r:kmem_device:s0 /dev/mem u:object_r:kmem_device:s0
/dev/modem.* u:object_r:radio_device:s0 /dev/modem.* u:object_r:radio_device:s0
......
...@@ -30,7 +30,6 @@ type hw_random_device, dev_type; ...@@ -30,7 +30,6 @@ type hw_random_device, dev_type;
type input_device, dev_type; type input_device, dev_type;
type kmem_device, dev_type; type kmem_device, dev_type;
type port_device, dev_type; type port_device, dev_type;
type log_device, dev_type, mlstrustedobject;
type mtd_device, dev_type; type mtd_device, dev_type;
type mtp_device, dev_type, mlstrustedobject; type mtp_device, dev_type, mlstrustedobject;
type nfc_device, dev_type; type nfc_device, dev_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment