sepolicy: allow bluetooth to access perf hal

allow bluetooth to access perf hal

Change-Id: Ibe71b00b71b010c8032a563638debea7990067b6
This commit is contained in:
Nitin Shivpure 2019-05-29 15:00:13 +05:30 committed by Gerrit - the friendly Code Review server
parent 72e7df6cd9
commit 3f4efd7619
2 changed files with 9 additions and 2 deletions

View file

@ -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);

View file

@ -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);