Merge "Fix permissions for /data/nativetest{,64}/tests.txt."
am: e32cb1b14c
* commit 'e32cb1b14cb2cfc434ade4b4ec80fc51b49c6762':
Fix permissions for /data/nativetest{,64}/tests.txt.
This commit is contained in:
commit
8468b26e73
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ static const struct fs_path_config android_files[] = {
|
|||
{ 00644, AID_MEDIA_RW, AID_MEDIA_RW, 0, "data/media/*" },
|
||||
{ 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app-private/*" },
|
||||
{ 00644, AID_APP, AID_APP, 0, "data/data/*" },
|
||||
{ 00640, AID_ROOT, AID_SHELL, 0, "data/nativetest/tests.txt" },
|
||||
{ 00640, AID_ROOT, AID_SHELL, 0, "data/nativetest64/tests.txt" },
|
||||
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest/*" },
|
||||
{ 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest64/*" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue