diff options
| author | 2018-11-02 11:50:42 +0000 | |
|---|---|---|
| committer | 2018-11-02 19:22:45 +0000 | |
| commit | 2b11f7413051fff4f209fa71fb3aac627bc0f0fd (patch) | |
| tree | 9435906a614212104cb1c06622bde720ee3957c5 /java/java.go | |
| parent | 724c854f6a28a73191cd8ce1b1c0e5df4797decb (diff) | |
Fix ext4 image's root directory permissions of APEX packages.
The generateFsConfig rule used to not give execution
permissions (0111) to the root (`/`) directory of the ext4 image
stored in an APEX package. This change add these bits, turning the
permissions from 0644 (drw-r--r--) to 0755 (drwxr-xr-x).
Previously, not having the execution permissions on the ext4 image's
root directory meant that the contents of the top-level directory of
the mounted image could not be listed.
Test: `adb shell ls /apex/<apex-package>` works
Bug: 117580281
Bug: 112672359
Bug: 113373927
Change-Id: I96f859de6022e04c0b82ccdf1db683887643e588
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions