Refactor and improve documentation, add examples
This commit is contained in:
10
examples/02-filesystem/fence.json
Normal file
10
examples/02-filesystem/fence.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"network": {
|
||||
"allowedDomains": []
|
||||
},
|
||||
"filesystem": {
|
||||
"allowWrite": ["./output"],
|
||||
"denyWrite": [".env", "*.key"],
|
||||
"denyRead": ["/etc/shadow", "/etc/passwd"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user