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

am aab4746d: am 997680a3: bluetooth: allow media_rw_data_file

* commit 'aab4746d':
  bluetooth: allow media_rw_data_file
parents e0cb65a7 aab4746d
Branches
Tags
No related merge requests found
......@@ -42,6 +42,10 @@ allow bluetooth proc_bluetooth_writable:file rw_file_perms;
allow bluetooth sdcard_internal:dir create_dir_perms;
allow bluetooth sdcard_internal:file create_file_perms;
# Allow reading of media_rw_data_file file descriptors
# passed to bluetooth
allow bluetooth media_rw_data_file:file { read getattr };
# Allow write access to bluetooth specific properties
allow bluetooth bluetooth_prop:property_service set;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment