diff --git a/bluetooth.te b/bluetooth.te index 46ce69356a9ddb3dcc377b07a5cd91503a8c1281..81c229848d0a8a3cb3d0984f7d3a42fc49664719 100644 --- a/bluetooth.te +++ b/bluetooth.te @@ -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;