system_app: remove adb data loader permissions am: 16b7d5d829
am: d775d04e7e
am: c493691bac
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/sepolicy/+/14881537 Change-Id: Icd3b3313c18c866e71e84668d44f79116e3566b4
This commit is contained in:
commit
97dee733c4
1 changed files with 0 additions and 6 deletions
|
@ -72,12 +72,6 @@ allow system_app anr_data_file:file create_file_perms;
|
|||
# Settings need to access app name and icon from asec
|
||||
allow system_app asec_apk_file:file r_file_perms;
|
||||
|
||||
# Allow system_app (adb data loader) to write data to /data/incremental
|
||||
allow system_app apk_data_file:file write;
|
||||
|
||||
# Allow system app (adb data loader) to read logs
|
||||
allow system_app incremental_control_file:file r_file_perms;
|
||||
|
||||
# Allow system apps (like Settings) to interact with statsd
|
||||
binder_call(system_app, statsd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue