Merge "Allow adb to pull jar files from /vendor/framework/." am: 7188696c6d
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1724710 Change-Id: I31c08d35b0888ee5dd69d181f853c3939d0f308a
This commit is contained in:
commit
deacec1387
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ allow adbd sdcard_type:file create_file_perms;
|
|||
allow adbd anr_data_file:dir r_dir_perms;
|
||||
allow adbd anr_data_file:file r_file_perms;
|
||||
|
||||
# adb pull /vendor/framework/*
|
||||
allow adbd vendor_framework_file:dir r_dir_perms;
|
||||
allow adbd vendor_framework_file:file r_file_perms;
|
||||
|
||||
# Set service.adb.*, sys.powerctl, and sys.usb.ffs.ready properties.
|
||||
set_prop(adbd, shell_prop)
|
||||
set_prop(adbd, powerctl_prop)
|
||||
|
|
Loading…
Reference in a new issue