sepolicy: allow bluetooth to access perf hal
allow bluetooth to access perf hal Change-Id: Ibe71b00b71b010c8032a563638debea7990067b6
This commit is contained in:
parent
72e7df6cd9
commit
3f4efd7619
2 changed files with 9 additions and 2 deletions
5
legacy/vendor/common/bluetooth.te
vendored
5
legacy/vendor/common/bluetooth.te
vendored
|
@ -84,4 +84,7 @@ dontaudit bluetooth {
|
|||
}:service_manager find;
|
||||
|
||||
#allow bluetooth to access btconfigstore hal
|
||||
hal_client_domain(bluetooth, hal_btconfigstore);
|
||||
hal_client_domain(bluetooth, hal_btconfigstore);
|
||||
|
||||
#allow bluetooth to access perf hal
|
||||
hal_client_domain(bluetooth, hal_perf);
|
||||
|
|
6
qva/vendor/common/bluetooth.te
vendored
6
qva/vendor/common/bluetooth.te
vendored
|
@ -24,5 +24,9 @@
|
|||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#allow bluetooth to access btconfigstore hal
|
||||
hal_client_domain(bluetooth, hal_btconfigstore);
|
||||
hal_client_domain(bluetooth, hal_btconfigstore);
|
||||
|
||||
#allow bluetooth to access perf hal
|
||||
hal_client_domain(bluetooth, hal_perf);
|
||||
|
|
Loading…
Reference in a new issue