diff options
| author | 2019-01-08 14:04:17 +0900 | |
|---|---|---|
| committer | 2019-01-09 08:41:45 +0900 | |
| commit | 805cbc3ac2e3b65839004aceb64c486064c3f6d5 (patch) | |
| tree | 222efedf29d040578e2f2ed10f93812578a010ed /java/java_test.go | |
| parent | 06af80e3a476f5f0816b14b5511a393daf4f4459 (diff) | |
Executables in APEXes have root:shell
Executables under /system/bin are configured as (uid:gid)=(root:shell)
by fs_config.cpp. Therefore, an executable that is moved/copied from
/system/bin to an APEX should be configured as such.
Test: adb shell ls -al /system/bin/linker
/apex/com.android.runtime/bin/linker shows
-rwxr-xr-x 1 root shell 1133528 1970-01-01 09:00 /apex/com.android.runtime/bin/linker
-rwxr-xr-x 1 root shell 1133528 1970-01-01 09:00 /system/bin/linker
Change-Id: Ibb698aab237362fed312da2af809cceead8a1092
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions