From 905e316d0b9f2a913f61a6344bc9bafe2fa66671 Mon Sep 17 00:00:00 2001
From: rpcraig <rpcraig@tycho.ncsc.mil>
Date: Fri, 7 Dec 2012 06:11:14 -0500
Subject: [PATCH] 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
---
 device.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/device.te b/device.te
index 4f3032ac9..cdfc0d9b9 100644
--- a/device.te
+++ b/device.te
@@ -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;
-- 
GitLab