From 11153ef34928ab9d13658606695cba192aa03e21 Mon Sep 17 00:00:00 2001
From: repo sync <gcondra@google.com>
Date: Wed, 8 May 2013 14:16:08 -0700
Subject: [PATCH] Add rules for asec containers.

Change-Id: I91f6965dafad54e98e2f7deda956e86acf7d0c96
---
 app.te | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app.te b/app.te
index eaede558d..c91f566bd 100644
--- a/app.te
+++ b/app.te
@@ -191,3 +191,7 @@ allow { appdomain isolated_app } system_data_file:lnk_file getattr;
 # Allow all applications to read downloaded files
 allow appdomain download_file:file r_file_perms;
 file_type_auto_trans(appdomain, download_file, download_file)
+
+# ASEC
+allow untrusted_app asec_apk_file:dir { getattr };
+allow untrusted_app asec_apk_file:file r_file_perms;
\ No newline at end of file
-- 
GitLab