Fix the app_ndk policy boolean allow rule.

This commit is contained in:
Michal Mašek 2012-07-11 16:32:20 +02:00 committed by Stephen Smalley
parent e1c545d82f
commit 96bf505962

2
app.te
View file

@ -103,7 +103,7 @@ allow untrusted_app sdcard:file create_file_perms;
# Native app support. # Native app support.
bool app_ndk false; bool app_ndk false;
if (app_ndk) { if (app_ndk) {
allow untrusted_app app_data_file:file execute; allow untrusted_app system_data_file:file { execute open };
} }
# #