Change-Id: Ief2e9617e6b5ce569d5ed72166f1fd5d13c038b5 --- sepolicy/file_contexts | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 1602cce..e808e7d 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -28,3 +28,8 @@ # In Samsung Tuna Board, ttyO0 is for uart driver. gps_device is device specific /dev/ttyO0 u:object_r:gps_device:s0 + +# Invensense motion processing unit (mpu) +# Which is a gyroscope and compass +/dev/mpuirq u:object_r:gps_device:s0 +/dev/mpu u:object_r:gps_device:s0 -- 1.8.0.3 -- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to [email protected] with the words "unsubscribe seandroid-list" without quotes as the message.
