Merge "Reduce AppFuse max read size." into main
This commit is contained in:
commit
527a52874e
1 changed files with 9 additions and 8 deletions
|
@ -54,6 +54,7 @@ static android::status_t Mount(int device_fd, const std::string& path) {
|
|||
"rootmode=40000,"
|
||||
"default_permissions,"
|
||||
"allow_other,"
|
||||
"max_read=65536,"
|
||||
"user_id=0,group_id=0,"
|
||||
"context=\"u:object_r:app_fuse_file:s0\","
|
||||
"fscontext=u:object_r:app_fusefs:s0",
|
||||
|
|
Loading…
Reference in a new issue