fix(k3s): grant explicit write/append access to global memory folder
This commit is contained in:
parent
c22d9638c5
commit
81132b0a74
2 changed files with 19 additions and 4 deletions
|
|
@ -645,6 +645,18 @@
|
|||
"/home/picoclaw/.picoclaw/memory"
|
||||
]
|
||||
},
|
||||
"write_file": {
|
||||
"enabled": true,
|
||||
"allow_write_paths": [
|
||||
"/home/picoclaw/.picoclaw/memory"
|
||||
]
|
||||
},
|
||||
"append_file": {
|
||||
"enabled": true,
|
||||
"allow_append_paths": [
|
||||
"/home/picoclaw/.picoclaw/memory"
|
||||
]
|
||||
},
|
||||
"send_file": {
|
||||
"enabled": true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -624,7 +624,10 @@ data:
|
|||
}
|
||||
},
|
||||
"append_file": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"allow_append_paths": [
|
||||
"/home/picoclaw/.picoclaw/memory"
|
||||
]
|
||||
},
|
||||
"edit_file": {
|
||||
"enabled": true
|
||||
|
|
@ -652,6 +655,9 @@ data:
|
|||
"/home/picoclaw/.picoclaw/memory"
|
||||
]
|
||||
},
|
||||
"write_file": {
|
||||
"enabled": true
|
||||
},
|
||||
"send_file": {
|
||||
"enabled": true
|
||||
},
|
||||
|
|
@ -672,9 +678,6 @@ data:
|
|||
},
|
||||
"web_fetch": {
|
||||
"enabled": true
|
||||
},
|
||||
"write_file": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"heartbeat": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue