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

untrusted_app reads logs when android_cts enabled

parent 173cbdd3
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,10 @@ bool app_ndk false; ...@@ -120,6 +120,10 @@ bool app_ndk false;
if (app_ndk or android_cts) { if (app_ndk or android_cts) {
allow untrusted_app system_data_file:file { execute open }; allow untrusted_app system_data_file:file { execute open };
} }
# Read Logs
if (android_cts) {
allow untrusted_app log_device:chr_file read;
}
# #
# Rules for all app domains. # Rules for all app domains.
......
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