Skip to content
Snippets Groups Projects
Commit 17d90a46 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 76d14766: Merge "Allow all appdomains to grab file attributes of wallpaper_file."

* commit '76d14766':
  Allow all appdomains to grab file attributes of wallpaper_file.
parents 66979002 76d14766
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ allow appdomain shell_exec:file rx_file_perms; ...@@ -69,7 +69,7 @@ allow appdomain shell_exec:file rx_file_perms;
allow appdomain system_file:file rx_file_perms; allow appdomain system_file:file rx_file_perms;
# Read/write wallpaper file (opened by system). # Read/write wallpaper file (opened by system).
allow appdomain wallpaper_file:file { read write }; allow appdomain wallpaper_file:file { getattr read write };
# Write to /data/anr/traces.txt. # Write to /data/anr/traces.txt.
allow appdomain anr_data_file:dir search; allow appdomain anr_data_file:dir search;
......
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