Skip to content

Commit 8404e1e

Browse files
feat: dropping perms before running claude
1 parent bc39c2e commit 8404e1e

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code/scripts

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function start_agentapi() {
174174

175175
agentapi server --allowed-hosts="*" --type claude --term-width 67 --term-height 1190 -- \
176176
sudo -E env PATH=$PATH setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin boundary "${BOUNDARY_ARGS[@]}" -- \
177-
claude "${CLAUDE_ARGS[@]}"
177+
claude "${ARGS[@]}"
178178
else
179179
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"
180180
fi

0 commit comments

Comments
 (0)