From aa4a9744de4eff546804187e9b08e9af65b0ef0e Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Mon, 25 Nov 2013 12:01:20 -0800
Subject: [PATCH] Remove permissive from untrusted_app.

As an experiment, remove permissive from the untrusted_app
domain. This will allow us to create a test build, which
we can use for testing.

This change will be reverted very quickly.

Change-Id: I71eaf0f675fc7a3c5cc833f235792d0654e04318
---
 untrusted_app.te | 1 -
 1 file changed, 1 deletion(-)

diff --git a/untrusted_app.te b/untrusted_app.te
index 80f60da60..4f41aa700 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -10,7 +10,6 @@
 ###
 
 type untrusted_app, domain;
-permissive untrusted_app;
 app_domain(untrusted_app)
 net_domain(untrusted_app)
 bluetooth_domain(untrusted_app)
-- 
GitLab