Skip to content
Snippets Groups Projects
Commit 26726011 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am 650ae437: am 81d569cd: am 77852065: Remove platform_app shell_data_file:lnk_file read access.

* commit '650ae437':
  Remove platform_app shell_data_file:lnk_file read access.
parents 68a69b99 650ae437
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ bluetooth_domain(platform_app) ...@@ -12,7 +12,6 @@ bluetooth_domain(platform_app)
# Read from /data/local/tmp or /data/data/com.android.shell. # Read from /data/local/tmp or /data/data/com.android.shell.
allow platform_app shell_data_file:dir search; allow platform_app shell_data_file:dir search;
allow platform_app shell_data_file:file { open getattr read }; allow platform_app shell_data_file:file { open getattr read };
allow platform_app shell_data_file:lnk_file read;
# Populate /data/app/vmdl*.tmp, /data/app-private/vmdl*.tmp files # Populate /data/app/vmdl*.tmp, /data/app-private/vmdl*.tmp files
# created by system server. # created by system server.
allow platform_app { apk_tmp_file apk_private_tmp_file }:file rw_file_perms; allow platform_app { apk_tmp_file apk_private_tmp_file }:file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment