I'm trying to access /etc/ dir and getting forbidden path.
#13956
Answered
by
theetherGit
theetherGit
asked this question in
Q&A
-
|
I'm trying to access "fs:default",
"fs:allow-data-read-recursive",
"fs:allow-data-read",
{
"identifier": "fs:allow-exists",
"allow": [
{ "path": "$DATA/*" },
{ "path": "/etc/resolver/**", "recursive": true }
]
},
{
"identifier": "fs:scope",
"allow": [
{ "path": "/etc/resolver/**", "recursive": true }
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
theetherGit
Aug 6, 2025
Replies: 2 comments 2 replies
-
|
Can you share an example path that's not working? Also, please share the full error message you get. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'm trying to watch |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with
**it doesn't work. Found the solutions:{ "identifier": "fs:scope", "allow": [ { "path": "/etc/resolver", "recursive": true } ] }Thank you,
**is also not required i don't know why may be i haverecursive: truebut not sure.