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

am bb21fe8a: resolved conflicts for merge of 8be3e779 to stage-aosp-master

* commit 'bb21fe8a':
  move untrusted_app statement to the correct file.
parents 26f23377 bb21fe8a
No related branches found
No related tags found
No related merge requests found
......@@ -119,11 +119,6 @@ allow appdomain media_rw_data_file:file { read getattr };
# Read and write /data/data/com.android.providers.telephony files passed over Binder.
allow appdomain radio_data_file:file { read write getattr };
# Read and write system app data files passed over Binder.
# Motivating case was /data/data/com.android.settings/cache/*.jpg for
# cropping or taking user photos.
allow untrusted_app system_app_data_file:file { read write getattr };
# Access SDcard via the fuse mount.
allow appdomain fuse:dir create_dir_perms;
allow appdomain fuse:file create_file_perms;
......
......@@ -55,6 +55,11 @@ allow untrusted_app shell_data_file:dir r_dir_perms;
# This line needs to be deleted.
allow untrusted_app anr_data_file:file r_file_perms;
# Read and write system app data files passed over Binder.
# Motivating case was /data/data/com.android.settings/cache/*.jpg for
# cropping or taking user photos.
allow untrusted_app system_app_data_file:file { read write getattr };
#
# Rules migrated from old app domains coalesced into untrusted_app.
# This includes what used to be media_app, shared_app, and release_app.
......
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