diff --git a/public/hal_bluetooth.te b/public/hal_bluetooth.te index a3497a7543dc830fa5d8e7d63ebb4f103ece9599..3e132b9c97210bc37c2aad158f764adcafc7363a 100644 --- a/public/hal_bluetooth.te +++ b/public/hal_bluetooth.te @@ -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;