Skip to content
Snippets Groups Projects
Commit a76d9ddf authored by Nick Kralevich's avatar Nick Kralevich
Browse files

system_server profile access

Still not fixed. *sigh*

Addresses the following denial:

<4>[   40.515398] type=1400 audit(15842931.469:9): avc: denied { read } for pid=814 comm="system_server" name="profiles" dev="mmcblk0p28" ino=105874 scontext=u:r:system_server:s0 tcontext=u:object_r:dalvikcache_profiles_data_file:s0 tclass=dir

Change-Id: I705a4cc9c508200ace46780c18b7112b62f27994
parent 96d9af42
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 { 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.
Finish editing this message first!
Please register or to comment