Skip to content
Snippets Groups Projects
Commit 1f0f77fc authored by Haiqing Jiang's avatar Haiqing Jiang Committed by Stephen Smalley
Browse files

Allow CTS Test apps to access to system_data_file

parent 59e96808
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ allow untrusted_app sdcard:file create_file_perms; ...@@ -117,7 +117,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 or android_cts) {
allow untrusted_app system_data_file:file { execute open }; 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