Blocking Sonoma Developer Beta

marlink
New Contributor III

With Apple's changes to who qualifies for the Developer beta (as well as how it is installed), does anyone have advice on how to block users from installing it? In the past we always created a Restricted Software policy that restricted and then killed the process named "Install macOS <this year's name> Beta.app", but it looks like Apple is no longer deploying these in that way anymore. Granted, I could be wrong on that haha.

We've created a similar policy for Sonoma, as well as an additional policy that blocks "macOSDeveloperBetaAccessUtility*" -- since it looks like that is the new deployment method. Have any of you come across a better solution?

1 ACCEPTED SOLUTION

pkleiber
Contributor

@marlink They changed the filename of the Sonoma Beta to "Install macOS 14 beta.app"

So Restrict Software works with this setting:

Restrict Softeware Sonoma.png

View solution in original post

11 REPLIES 11

jtrant
Valued Contributor

Deploy an MDM profile as follows:

Preference domain: com.apple.SoftwareUpdate

<key>AllowPreReleaseInstallation</key>
	<false/>

Tribruin
Valued Contributor II

There is also Configuration Profile option in Jamf to block Beta software. It is under the Software Update payload, un-check the “Allow installation of macOS beta releases”

FYI - Software Update is still an “all-or-nothing” payload, so if you set the beta setting, make sure the other settings are set appropriately. If you ONLY want to block betas, use a custom payload and the settings @jtrant posted above. 

obi-k
Valued Contributor II

This is working. Set it up during the CIS build-out. When users attempt to do any beta installs, a prompt says they cannot and to see your admin or something.

 

Screenshot 2023-07-17 at 8.05.55 AM.png

elvisizer
New Contributor

hmmm tried a custom profile with 

<key>AllowPreReleaseInstallation</key>
	<false/>

and betas are still available from sysprefs

pkleiber
Contributor

@marlink They changed the filename of the Sonoma Beta to "Install macOS 14 beta.app"

So Restrict Software works with this setting:

Restrict Softeware Sonoma.png

marlink
New Contributor III

Thank you all for you very helpful advice!

Jason33
Contributor III

Just to note, Beta 2 has changed the app installer name to Install macOS Sonoma beta.app, so if you're blocking by app name, you'll want to add/update as needed

marlink
New Contributor III

Thank you for this! 

pkleiber
Contributor

What a mess 😄

user-rWdpKUMkqZ
New Contributor

Hello there, what would now be the correct way to block the office macOS Sonoma soon to be released?

Meaning what shall be the correct process name to block?

"Install macOS Sonoma.app" or "Install macOS Sonoma 14.app"?

Thank you.

I don't have any additional information but it's likely to follow the same pattern as the previous releases so you should be okay with "Install macOS Sonoma.app"