Skip to content
Snippets Groups Projects
Commit d28714c6 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Introduce app_read_logs boolean.

parent 3261feef
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,8 @@ if (app_ndk or android_cts) {
allow untrusted_app system_data_file:file { execute open };
}
# Read Logs
if (android_cts) {
bool app_read_logs false;
if (app_read_logs or android_cts) {
allow untrusted_app log_device:chr_file read;
}
......
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