diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/bluetooth.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/bluetooth.te b/sepolicy/bluetooth.te index cd74b06..4d4e0c9 100644 --- a/sepolicy/bluetooth.te +++ b/sepolicy/bluetooth.te @@ -2,3 +2,4 @@ allow bluetooth hci_attach_dev:chr_file { open read write }; allow bluetooth ta_data_file:file { open read }; allow bluetooth ta_data_file:dir { search }; allow bluetooth storage_stub_file:dir { getattr }; +allow bluetooth firmware_file:file r_file_perms; |