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

Merge "audit mtp sync permission"

am: 6fc134e3

* commit '6fc134e3':
  audit mtp sync permission
parents 6dd7d3cd 6fc134e3
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ allow kernel self:security setcheckreqprot; ...@@ -43,6 +43,9 @@ allow kernel self:security setcheckreqprot;
# MTP sync (b/15835289) # MTP sync (b/15835289)
# kernel thread "loop0", used by the loop block device, for ASECs (b/17158723) # kernel thread "loop0", used by the loop block device, for ASECs (b/17158723)
allow kernel { priv_app untrusted_app }:fd use; allow kernel { priv_app untrusted_app }:fd use;
# privileged apps have moved to the priv_app domain. Determine
# if this permission is still needed. b/25331459
auditallow kernel untrusted_app:fd use;
allow kernel sdcard_type:file { read write }; allow kernel sdcard_type:file { read write };
# Allow the kernel to read OBB files from app directories. (b/17428116) # Allow the kernel to read OBB files from app directories. (b/17428116)
......
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