sepolicy: allow binder transactions from lmkd

Change-Id: I1eb5b951600744c9af4b76ef59d462c44af867f0
This commit is contained in:
Divyanand Rangu 2023-05-30 16:57:05 +05:30
parent d70fdccf9a
commit 69bfdb8587

5
generic/private/lmkd.te Normal file
View file

@ -0,0 +1,5 @@
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
hal_client_domain(lmkd, vendor_hal_perf)
binder_call(lmkd, servicemanager)