lynx: Add privapp permissions for HbmSVManager

Change-Id: I05f49f6efb5a13e83deeda89935b73fa1118dc6b
This commit is contained in:
Michael Bestas 2023-05-17 10:42:01 +05:30 committed by Blaster4385
parent 66fec26654
commit 85696e993e
2 changed files with 13 additions and 1 deletions

View file

@ -12,4 +12,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# 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

View 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>