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

am d23935c8: am 96d9af42: allow system_server getattr on /data/dalvik-cache/profiles

* commit 'd23935c8':
  allow system_server getattr on /data/dalvik-cache/profiles
parents ced8cb5b d23935c8
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ allow system_server dalvikcache_data_file:dir create_dir_perms; ...@@ -196,7 +196,7 @@ allow system_server dalvikcache_data_file:dir create_dir_perms;
allow system_server dalvikcache_data_file:file create_file_perms; allow system_server dalvikcache_data_file:file create_file_perms;
# Read from /data/dalvik-cache/profiles # Read from /data/dalvik-cache/profiles
allow system_server dalvikcache_profiles_data_file:dir w_dir_perms; allow system_server dalvikcache_profiles_data_file:dir { getattr w_dir_perms };
allow system_server dalvikcache_profiles_data_file:file create_file_perms; allow system_server dalvikcache_profiles_data_file:file create_file_perms;
# Manage /data/misc/adb. # Manage /data/misc/adb.
......
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