Skip to content
Snippets Groups Projects
Commit 4c41b73b authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "system_server: read symlinks in /cache" am: 825173e3

am: 3d765cfd

Change-Id: Ie2790bb100048f2dbc2ae441c9f615c85e41704d
parents c898e590 3d765cfd
Branches
Tags
No related merge requests found
...@@ -486,6 +486,7 @@ set_prop(system_server, firstboot_prop) ...@@ -486,6 +486,7 @@ set_prop(system_server, firstboot_prop)
allow system_server system_ndebug_socket:sock_file create_file_perms; allow system_server system_ndebug_socket:sock_file create_file_perms;
# Manage cache files. # Manage cache files.
allow system_server cache_file:lnk_file r_file_perms;
allow system_server { cache_file cache_recovery_file }:dir { relabelfrom create_dir_perms }; allow system_server { cache_file cache_recovery_file }:dir { relabelfrom create_dir_perms };
allow system_server { cache_file cache_recovery_file }:file { relabelfrom create_file_perms }; allow system_server { cache_file cache_recovery_file }:file { relabelfrom create_file_perms };
allow system_server { cache_file cache_recovery_file }:fifo_file create_file_perms; allow system_server { cache_file cache_recovery_file }:fifo_file create_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment