Skip to content
Snippets Groups Projects
Commit 96bf5059 authored by Michal Mašek's avatar Michal Mašek Committed by Stephen Smalley
Browse files

Fix the app_ndk policy boolean allow rule.

parent e1c545d8
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ allow untrusted_app sdcard:file create_file_perms;
# Native app support.
bool app_ndk false;
if (app_ndk) {
allow untrusted_app app_data_file:file execute;
allow untrusted_app system_data_file:file { execute open };
}
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment