Allow untrusted app to use virtualizationservice - even on user builds am: 0dda188cad
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/sepolicy/+/18118024 Change-Id: I18a60c9f61f4681c65ad6448d581873158066e5e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ef7ddf7ef1
1 changed files with 1 additions and 3 deletions
|
@ -176,9 +176,7 @@ userdebug_or_eng(`
|
|||
# permission. The protection level of the permission is `signature|development`
|
||||
# so that it can only be granted to either platform-key signed apps or
|
||||
# test-only apps having `android:testOnly="true"` in its manifest.
|
||||
userdebug_or_eng(`
|
||||
virtualizationservice_use(untrusted_app_all)
|
||||
')
|
||||
virtualizationservice_use(untrusted_app_all)
|
||||
|
||||
with_native_coverage(`
|
||||
# Allow writing coverage information to /data/misc/trace
|
||||
|
|
Loading…
Reference in a new issue