macadmins / macadmins/umad

macOS 12.3 changes

Open
#44 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
303
Forks
30
PR merge metrics
No merged PRs in 30d

Description

Apparently in macOS 12.3 the DEP records are stored somewhere else:

```
/private/var/db/ConfigurationProfiles/Settings/.cloudConfigProfileObtained
/private/var/db/ConfigurationProfiles/Settings/.cloudConfigHasActivationRecord
/private/var/db/ConfigurationProfiles/Settings/.profilesFetchTimerCheck
/private/var/db/ConfigurationProfiles/Settings/.cloudConfigRecordFound
/private/var/db/ConfigurationProfiles/Settings/.deviceConfigurationBits
/private/var/db/ConfigurationProfiles/Settings/.cloudConfigTimerCheck
```

Some logic needs to be updated

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Python logic that reads DEP records and compare its paths with the macOS 12.3 paths listed in the issue. Verify how the tool detects enrollment using those files. Done means DEP detection works with the new locations without regressing existing macOS behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.