Greetings all!
I'm wondering something. We currently want to have homepages set once during setup. I was imagining using something such as
/usr/bin/defaults write /Users/$currentUser/Library/Preferences/com.apple.Safari HomePage -string "https://apple.com"
However, it seems this is denied in Big sur, correct? Is there a way i can accomplish this without a config profile? We want to allow users to change but initially use this homepage.