mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
feat(desktop): expand file system access permissions to all paths, to be able to read from other drives (#138)
This commit is contained in:
parent
eeeeaf1822
commit
ba36b6226a
@ -111,28 +111,7 @@
|
|||||||
"identifier": "fs:scope",
|
"identifier": "fs:scope",
|
||||||
"allow": [
|
"allow": [
|
||||||
{
|
{
|
||||||
"path": "$DESKTOP"
|
"path": "**/*"
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "$DESKTOP/**"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "$DOWNLOAD"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "$DOWNLOAD/**"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "$DOCUMENT"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "$DOCUMENT/**"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "$TEMP/**"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "$TEMP"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user