Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement network and tool permissions for Codex #892

@dsyme

Description

@dsyme

Codex currently runs with it's built-in sandboxing disabled. This is much as if these settings are set:

tools:
  bash:
  web-search:
  edit:

network: *

In the context of GH-AW this is not honouring the user's input settings which are more restrictive on network.

Codex has its own sandboxing available in the tool, so that, for example,

  • network access can be restricted
  • bash commands can be pre-approved
  • edit permissions can be restricted to workspace and /tmp

See https://github.com/openai/codex/blob/main/docs/config.md

We should continue to refine the GH-AW permission model to be coherent across Claude/Codex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions