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

am a76d9ddf: system_server profile access

* commit 'a76d9ddf':
  system_server profile access
parents d23935c8 a76d9ddf
Branches
Tags
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 { getattr w_dir_perms }; allow system_server dalvikcache_profiles_data_file:dir rw_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.
Please register or to comment