Skip to content
Snippets Groups Projects
Commit 905e316d authored by rpcraig's avatar rpcraig Committed by William Roberts
Browse files

Make ion_device mls trusted.

Allow device node access irrespective
of MLS restrictions. Third party apps
(untrusted_app) domains need access too.

Change-Id: I132b8201bccb1ff31dc0c15a735f81f645c9836d
parent 18b5f87e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ type video_device, dev_type;
type vcs_device, dev_type;
type zero_device, dev_type;
type fuse_device, dev_type;
type ion_device, dev_type;
type ion_device, dev_type, mlstrustedobject;
type gps_device, dev_type;
type qtaguid_device, dev_type;
type watchdog_device, dev_type;
......
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