Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS 12.3 changes #44

Open
bochoven opened this issue Mar 18, 2022 · 1 comment
Open

macOS 12.3 changes #44

bochoven opened this issue Mar 18, 2022 · 1 comment

Comments

@bochoven
Copy link
Contributor

bochoven commented Mar 18, 2022

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

@bochoven bochoven changed the title 12.3 changes macOS 12.3 changes Mar 18, 2022
@dhmoore
Copy link

dhmoore commented Nov 22, 2022

I've recently been looking into the location of .cloudConfigRecordFound. In every OS version from 10.13 up, I find that it's stored at /private/var/db/ConfigurationProfiles/Settings/.cloudConfigRecordFound.

current cCRF:
/private/var/db/ConfigurationProfiles/Settings/.cloudConfigRecordFound

old cCRF:
/private/var/db/ConfigurationProfiles/.cloudConfigRecordFound

I checked our Macs for files at both the current and old paths.
Only about 1 in 780 machines have a file at the old path.
All but 1 with old cCRF have a current cCRF as well.

/private/var/db/ConfigurationProfiles/Settings/.cloudConfigRecordFound
OS versions checked:
10.13.6 (17G11023)
10.14.6 (18G2022)
10.15.7 (19H2026)
11.7.1
12.2
12.5.1
12.6.1
13.0.1

/private/var/db/ConfigurationProfiles/.cloudConfigRecordFound
10.12.6 (16G29)
10.12.6 (16G2136)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants