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

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

* commit '17d90a46':
  Allow all appdomains to grab file attributes of wallpaper_file.
parents 7cefa28b 17d90a46
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ allow appdomain shell_exec:file rx_file_perms;
allow appdomain system_file:file rx_file_perms;
# 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.
allow appdomain anr_data_file:dir search;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment