diff options
| author | Alessandro Astone <ales.astone@gmail.com> | 2022-01-06 18:45:59 +0100 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2022-01-06 18:45:59 +0100 |
| commit | a681fbc9795557c50539370c22cfc128a5fe339b (patch) | |
| tree | 0624f1b672e747ffdff7827fecfc4d5c50a9d0fc | |
| parent | 0f45731dec54ab99bc3e4d0da684ca9d707b2b9a (diff) | |
sepolicy: Move adb_root binary to system_ext
Change-Id: Iaa82e245399a000ca05557b5268147f847f51eca
| -rw-r--r-- | common/private/file_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/private/file_contexts b/common/private/file_contexts index 6fdf6bf..1b2fb20 100644 --- a/common/private/file_contexts +++ b/common/private/file_contexts @@ -7,7 +7,7 @@ /system/bin/backuptool_postinstall\.sh u:object_r:otapreopt_chroot_exec:s0 # ADB Root -/system/bin/adb_root u:object_r:adbroot_exec:s0 +/(system_ext|system/system_ext)/bin/adb_root u:object_r:adbroot_exec:s0 /data/adbroot(/.*)? u:object_r:adbroot_data_file:s0 # Bash |
