Allow Lightningbeam to read/write files outside of Documents folder
This commit is contained in:
parent
568758d586
commit
6ad9466b96
|
|
@ -14,24 +14,51 @@
|
||||||
{
|
{
|
||||||
"identifier": "fs:allow-exists",
|
"identifier": "fs:allow-exists",
|
||||||
"allow": [
|
"allow": [
|
||||||
|
{
|
||||||
|
"path": "$HOME/*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "$DOCUMENT/*"
|
"path": "$DOCUMENT/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "$DOWNLOAD/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "$DESKTOP/*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"identifier": "fs:allow-app-write-recursive",
|
"identifier": "fs:allow-app-write-recursive",
|
||||||
"allow": [
|
"allow": [
|
||||||
|
{
|
||||||
|
"path": "$HOME/*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "$DOCUMENT/*"
|
"path": "$DOCUMENT/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "$DOWNLOAD/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "$DESKTOP/*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"identifier": "fs:allow-app-read-recursive",
|
"identifier": "fs:allow-app-read-recursive",
|
||||||
"allow": [
|
"allow": [
|
||||||
|
{
|
||||||
|
"path": "$HOME/*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "$DOCUMENT/*"
|
"path": "$DOCUMENT/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "$DOWNLOAD/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "$DESKTOP/*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue