diff options
| author | Ashwin Ramesh <ashwinr64@lineageos.org> | 2017-08-06 13:46:18 +0530 |
|---|---|---|
| committer | Subhrajyoti Sen <subhrajyoti12@gmail.com> | 2017-11-07 15:31:00 +0000 |
| commit | e379b6c57b2de2d1ced57caf7cbdb1646808a6a6 (patch) | |
| tree | b35c410f91df10a6ab047537cf11fb59551aab3c | |
| parent | 0afc0998ebe090e0a4b78baa8d6b60518424d10e (diff) | |
onyx: Fix bluetooth mac generation
* Requires hci_qcomm_init from bacon which was accidentally replaced by onyx's
* Also fix a denial for hci_qcomm_init
BUGBASH-874
Change-Id: I32c48d755d8dff5ed4692532aa4e0c3f859569a8
| -rw-r--r-- | proprietary-files.txt | 2 | ||||
| -rw-r--r-- | sepolicy/qti_init_shell.te | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 364812c..90a580e 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -9,7 +9,7 @@ vendor/lib/libscve_stub.so # Bluetooth bin/btnvtool # bin/hci_qcomm_init (from bacon) -bin/hci_qcomm_init|5cb0f2d08acab2d995147c83ce500e16486692f9 +bin/hci_qcomm_init|022d27e7c7cba3c9bbb0deadaa1834a620eeb407 vendor/lib/libbtnv.so # Audio diff --git a/sepolicy/qti_init_shell.te b/sepolicy/qti_init_shell.te index bbeef37..28a760a 100644 --- a/sepolicy/qti_init_shell.te +++ b/sepolicy/qti_init_shell.te @@ -4,3 +4,5 @@ allow qti_init_shell btnvtool_exec:file execute_no_trans; allow qti_init_shell nv_data_file:dir { search }; allow qti_init_shell nv_data_file:file rw_file_perms; + +allow qti_init_shell hci_attach_dev:chr_file rw_file_perms; |
