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

audit untrusted_app access to mtp_device am: 7b8f9f15 am: 775dda1f

am: ad327856

* commit 'ad327856':
  audit untrusted_app access to mtp_device
parents a78f614c ad327856
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,11 @@ allow untrusted_app system_app_data_file:file { read write getattr };
#
# Access /dev/mtp_usb.
# TODO android.process.media moved to priv_app domain. Does
# untrusted_app still require these permissions? Can "open"
# be removed?
allow untrusted_app mtp_device:chr_file rw_file_perms;
auditallow untrusted_app mtp_device:chr_file rw_file_perms;
# Access to /data/media.
allow untrusted_app media_rw_data_file:dir create_dir_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