codex - 💡(How to fix) Fix Codex Computer Use auth plugin breaks macOS lock-screen unlock

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

After enabling Codex Computer Use / mobile remote control, local macOS lock-screen unlock fails. The failure is isolated to the system.login.screensaver authorization path. Disabling Codex mobile access did not remove the Codex authorization mechanism, but manually restoring the screensaver auth rule fixed local unlock immediately.

Root Cause

After enabling Codex Computer Use / mobile remote control, local macOS lock-screen unlock fails. The failure is isolated to the system.login.screensaver authorization path. Disabling Codex mobile access did not remove the Codex authorization mechanism, but manually restoring the screensaver auth rule fixed local unlock immediately.

Fix Action

Fix / Workaround

Workaround / Fix

Code Example

system.login.screensaver:
  com.openai.sky.CUAService.AuthorizationPlugin.remote
  use-login-window-ui

---

security authorizationdb read system.login.screensaver > ~/Desktop/system.login.screensaver.backup.plist
sudo security authorizationdb write system.login.screensaver use-login-window-ui

---

use-login-window-ui
RAW_BUFFERClick to expand / collapse

Summary

After enabling Codex Computer Use / mobile remote control, local macOS lock-screen unlock fails. The failure is isolated to the system.login.screensaver authorization path. Disabling Codex mobile access did not remove the Codex authorization mechanism, but manually restoring the screensaver auth rule fixed local unlock immediately.

Environment

  • Codex desktop: 26.519.41501
  • Codex Computer Use plugin: 1.0.799
  • macOS: observed before upgrading, and still reproduced after upgrading to macOS 26.5 (25F71)
  • Architecture: arm64

Symptoms

  • Control-Command-Q, wait, enter password: unlock fails
  • Log out and log back in: works
  • Cold boot / hard reboot login: works
  • Different cold-boot/preboot login screen still accepts the same credentials

This points to the lock-screen unlock path rather than account credentials or normal login.

What I Found

The system.login.screensaver authorization rule contained:

system.login.screensaver:
  com.openai.sky.CUAService.AuthorizationPlugin.remote
  use-login-window-ui

Disabling Codex mobile access did not remove com.openai.sky.CUAService.AuthorizationPlugin.remote from this rule.

Workaround / Fix

After backing up the rule, restoring it to the normal macOS login-window UI fixed lock/unlock immediately:

security authorizationdb read system.login.screensaver > ~/Desktop/system.login.screensaver.backup.plist
sudo security authorizationdb write system.login.screensaver use-login-window-ui

After this, security authorizationdb read system.login.screensaver shows only:

use-login-window-ui

and Control-Command-Q lock/unlock works again.

Expected Behavior

  • Codex should not break local lock-screen unlock.
  • Disabling mobile/remote access should remove or disable the Codex screensaver authorization mechanism.
  • If the remote-lock-screen mechanism cannot run correctly, it should fail open to normal local unlock rather than preventing unlock.

Actual Behavior

The Codex authorization mechanism remained in system.login.screensaver and local lock-screen unlock failed until the rule was manually restored.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex Computer Use auth plugin breaks macOS lock-screen unlock