Skip to content

ci: add macOS keychain entitlements#19167

Merged
euroelessar merged 1 commit intomainfrom
ruslan/codex-macos-keychain-entitlements
Apr 23, 2026
Merged

ci: add macOS keychain entitlements#19167
euroelessar merged 1 commit intomainfrom
ruslan/codex-macos-keychain-entitlements

Conversation

@euroelessar
Copy link
Copy Markdown
Collaborator

Summary

  • add macOS application and team identifiers to the release signing entitlements
  • add a Codex keychain access group for release-signed macOS binaries
  • keep the existing JIT entitlement unchanged

Why

Codex release binaries are signed with the OpenAI Developer ID team, but the current entitlements plist only grants JIT. macOS Keychain and Secure Enclave operations that create persistent keys can require the process to carry an application identifier and keychain access group. Adding these entitlements gives release-signed binaries a stable Keychain namespace for Codex-owned device keys.

Validation

  • plutil -lint .github/actions/macos-code-sign/codex.entitlements.plist

@euroelessar euroelessar marked this pull request as ready for review April 23, 2026 17:24
@euroelessar euroelessar merged commit e9165b9 into main Apr 23, 2026
25 checks passed
@euroelessar euroelessar deleted the ruslan/codex-macos-keychain-entitlements branch April 23, 2026 18:21
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants