Skip to content

Commit 3a59245

Browse files
remove unprivileged
1 parent 33a3c04 commit 3a59245

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ function start_agentapi() {
8989

9090
# Build boundary args with conditional --unprivileged flag
9191
BOUNDARY_ARGS=(--log-dir "$ARG_BOUNDARY_LOG_DIR")
92-
# if [ "${ARG_BOUNDARY_UNPRIVILEGED:-true}" = "true" ]; then
93-
# BOUNDARY_ARGS+=(--unprivileged)
94-
# fi
9592
# Add default allowed URLs
9693
BOUNDARY_ARGS+=(--allow "*.anthropic.com" --allow "registry.npmjs.org" --allow "*.sentry.io" --allow "claude.ai" --allow "$ARG_CODER_HOST")
9794

0 commit comments

Comments
 (0)