add desktop & docs

Signed-off-by: wangminmin <wangminmin4@huawei.com>
This commit is contained in:
wangminmin 2023-08-03 20:47:05 +08:00
parent a89a0f0dac
commit ce185f9f3b
2 changed files with 10 additions and 1 deletions

View File

@ -529,6 +529,16 @@
"src-path": "/storage/media/<currentUserId>/local/files/Download",
"sandbox-path": "/storage/local/Download",
"sandbox-flags": [ "bind", "rec" ]
},
{
"src-path": "/storage/media/<currentUserId>/local/files/Desktop",
"sandbox-path": "/storage/local/Desktop",
"sandbox-flags": [ "bind", "rec" ]
},
{
"src-path": "/storage/media/<currentUserId>/local/files/Docs",
"sandbox-path": "/storage/local/Docs",
"sandbox-flags": [ "bind", "rec" ]
}
]
}

View File

@ -271,7 +271,6 @@ static void HandleSpecial(AppSpawnClientExt *appProperty)
appProperty->property.gidTable[appProperty->property.gidCount++] = GID_FILE_ACCESS;
}
break;
}
}
}