lynx: Add privapp permissions for HbmSVManager
Change-Id: I05f49f6efb5a13e83deeda89935b73fa1118dc6b
This commit is contained in:
parent
66fec26654
commit
85696e993e
2 changed files with 13 additions and 1 deletions
|
@ -13,3 +13,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# HBM
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
device/google/lynx/permissions/permissions_com.android.hbmsvmanager.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.android.hbmsvmanager.xml
|
8
permissions/permissions_com.android.hbmsvmanager.xml
Normal file
8
permissions/permissions_com.android.hbmsvmanager.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- for the partition: /system_ext -->
|
||||||
|
<permissions>
|
||||||
|
<privapp-permissions package="com.android.hbmsvmanager">
|
||||||
|
<permission name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
|
||||||
|
<permission name="android.permission.MANAGE_USERS"/>
|
||||||
|
</privapp-permissions>
|
||||||
|
</permissions>
|
Loading…
Reference in a new issue