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

am 997680a3: bluetooth: allow media_rw_data_file

* commit '997680a3':
  bluetooth: allow media_rw_data_file
parents 438da65d 997680a3
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment