mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
add desktop & docs
Signed-off-by: wangminmin <wangminmin4@huawei.com>
This commit is contained in:
parent
a89a0f0dac
commit
ce185f9f3b
@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -271,7 +271,6 @@ static void HandleSpecial(AppSpawnClientExt *appProperty)
|
||||
appProperty->property.gidTable[appProperty->property.gidCount++] = GID_FILE_ACCESS;
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user