Skip to content
Snippets Groups Projects
Commit 09eae908 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Remove system_server create access from /data/dalvik-cache

Bug: 16875245

(cherry picked from commit 372d0df7)

Change-Id: I38fa14226ab94df2029ca60d3c8898f46c1824c7
parent 4c6b1350
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,6 @@ auditallow system_app system_data_file:file { create setattr append write link u
# Read wallpaper file.
allow system_app wallpaper_file:file r_file_perms;
# Write to dalvikcache.
allow system_app dalvikcache_data_file:file { write setattr };
# Write to properties
unix_socket_connect(system_app, property, init)
allow system_app debug_prop:property_service set;
......
......@@ -197,10 +197,6 @@ allow system_server anr_data_file:file create_file_perms;
allow system_server backup_data_file:dir create_dir_perms;
allow system_server backup_data_file:file create_file_perms;
# Manage /data/dalvik-cache.
allow system_server dalvikcache_data_file:dir create_dir_perms;
allow system_server dalvikcache_data_file:file create_file_perms;
# Read from /data/dalvik-cache/profiles
allow system_server dalvikcache_profiles_data_file:dir rw_dir_perms;
allow system_server dalvikcache_profiles_data_file:file create_file_perms;
......
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