Skip to content
Snippets Groups Projects
Commit 6e3a5d00 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

Bluetooth: Enable /proc access for vendor library low power control

Bug: 35097918
Test: manual
Change-Id: I84a1eaae99ebd04f0f8a6990b2f85ed7f2e11182
parent 83ac242f
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,6 @@ allow hal_bluetooth self:capability2 wake_alarm;
# Allow write access to bluetooth-specific properties
set_prop(hal_bluetooth, bluetooth_prop)
# /proc access (bluesleep etc.).
allow hal_bluetooth proc_bluetooth_writable:file rw_file_perms;
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