commit | 1f0f77fcdf95fefb5ac7737f33a891e0bff42455 | [log] [tgz] |
---|---|---|
author | Haiqing Jiang <hqjiang1988@gmail.com> | Fri Jul 27 15:18:59 2012 -0700 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Jul 30 08:26:53 2012 -0400 |
tree | 51a5b4621ae3b98cb7d28d8daff3ea5a5f7b0a0a | |
parent | 59e9680825b6d07c2ce42a0bd70fa420b8d90acd [diff] |
Allow CTS Test apps to access to system_data_file
diff --git a/app.te b/app.te index 41866d9..b9b5a17 100644 --- a/app.te +++ b/app.te
@@ -117,7 +117,7 @@ } # Native app support. bool app_ndk false; -if (app_ndk) { +if (app_ndk or android_cts) { allow untrusted_app system_data_file:file { execute open }; }