Merge "Sepolicy: Allow bluetooth to access libsoc_helper"

This commit is contained in:
qctecmdr 2020-04-11 01:43:10 -07:00 committed by Gerrit - the friendly Code Review server
commit c5cd53ddf0

View file

@ -56,3 +56,6 @@ allow hal_bluetooth_default self:{ socket } create_socket_perms_no_ioctl;
') ')
r_dir_file(hal_bluetooth_default, mnt_vendor_file) r_dir_file(hal_bluetooth_default, mnt_vendor_file)
# Access lbsoc_helper to bluetooth
use_libsoc_helper(hal_bluetooth_default)