claude-code - 💡(How to fix) Fix [BUG] `secureVmFeaturesEnabled = false` MDM policy not honored — Claude still holds `NoIdleSleepAssertion`

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…

Error Message

Error Messages/Logs

Code Example

Managed preferences — policy is landing correctly:

$ defaults read /Library/Managed\ Preferences/com.anthropic.claudefordesktop.plist
{
    autoUpdaterEnforcementHours = 72;
    disableAutoUpdates = 1;
    isClaudeCodeForDesktopEnabled = 0;
    isDesktopExtensionDirectoryEnabled = 0;
    isDesktopExtensionEnabled = 0;
    isLocalDevMcpEnabled = 1;
    secureVmFeaturesEnabled = 0;
}


Power assertions — Claude is actively preventing sleep:

$ pmset -g assertions
pid 86717(Claude): [0x0002deae000194fa] 00:00:04 NoIdleSleepAssertion named: "Electron"
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude Desktop holds a NoIdleSleepAssertion and prevents system sleep even when secureVmFeaturesEnabled is set to false via MDM managed preferences. The "Keep computer awake" toggle in the app remains interactive and functional despite the policy being enforced.

What Should Happen?

With secureVmFeaturesEnabled = false deployed via MDM, Claude Desktop should not assert sleep prevention. The "Keep computer awake" toggle should be inoperative (ideally greyed out or hidden), and no NoIdleSleepAssertion should be held by the process.

Error Messages/Logs

Managed preferences — policy is landing correctly:

$ defaults read /Library/Managed\ Preferences/com.anthropic.claudefordesktop.plist
{
    autoUpdaterEnforcementHours = 72;
    disableAutoUpdates = 1;
    isClaudeCodeForDesktopEnabled = 0;
    isDesktopExtensionDirectoryEnabled = 0;
    isDesktopExtensionEnabled = 0;
    isLocalDevMcpEnabled = 1;
    secureVmFeaturesEnabled = 0;
}


Power assertions — Claude is actively preventing sleep:

$ pmset -g assertions
pid 86717(Claude): [0x0002deae000194fa] 00:00:04 NoIdleSleepAssertion named: "Electron"

Steps to Reproduce

  1. Deploy a computer-level MDM configuration profile targeting the com.anthropic.claudefordesktop preference domain with secureVmFeaturesEnabled set to false
  2. Confirm the policy has landed: defaults read /Library/Managed\ Preferences/com.anthropic.claudefordesktop.plist — verify secureVmFeaturesEnabled = 0 is present
  3. Launch Claude Desktop
  4. Enable the "Keep computer awake" toggle in Claude Desktop settings
  5. Run pmset -g assertions and observe that Claude holds a NoIdleSleepAssertion despite the policy

Claude Model

None

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.131 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

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