From cbf7ba18db3c607834d3f8d0745dae99f3e2a4ec Mon Sep 17 00:00:00 2001 From: dcashman Date: Fri, 22 Jan 2016 15:51:41 -0800 Subject: [PATCH] Remove domain_deprecated from untrusted_app. Bug: 22032619 Change-Id: Iaa192f98df3128da5e11ce1fd3cf9d1a597fedf5 --- untrusted_app.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/untrusted_app.te b/untrusted_app.te index 38d7472c8..7aedc3915 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -20,7 +20,7 @@ ### additional following rules: ### -type untrusted_app, domain, domain_deprecated; +type untrusted_app, domain; app_domain(untrusted_app) net_domain(untrusted_app) bluetooth_domain(untrusted_app)