On Fri, 2012-07-27 at 15:18 -0700, Haiqing Jiang wrote: > --- > app.te | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied. > > diff --git a/app.te b/app.te > index 41866d9..b9b5a17 100644 > --- a/app.te > +++ b/app.te > @@ -117,7 +117,7 @@ allow untrusted_app sdcard:file create_file_perms; > } > # 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 }; > } > -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.