Skip to content

Commit 98cbbc7

Browse files
Allow air-grapped agent to run dotnet stuff
1 parent 496c614 commit 98cbbc7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nono/air-gapped.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@
88
},
99
"filesystem": {
1010
"allow": [
11+
"~/.local/share/NuGet",
12+
"~/.nuget",
1113
"~/.pi/agent/"
1214
],
1315
"read": [
16+
"/etc/gitconfig",
17+
"~/.dotnet",
18+
"~/.gitconfig",
1419
"~/projects/dotfiles/pi/"
1520
]
1621
},

0 commit comments

Comments
 (0)