Posted on 09-29-2021 08:49 AM
Hi all,
Has anyone seen where on Big Sur 11.6.0 that you are not prompted for authentication when coping a file from downloads to applications folder?
When not enrolled in JAMF I get prompted but when enrolled I don't get prompted.
Posted on 09-29-2021 09:22 AM
The only time I've seen that is if you're an admin vs non-admin user.
Posted on 09-29-2021 09:32 AM
@AVmcclint so what I have seen is that if you are both admin or non admin you are not prompted at all..
I can download installer from web - Spotify or postman.app and easily move from downloads to applications folder with no gatekeeper prompt ..
Posted on 09-29-2021 09:44 AM
OH! I think I know what it may be. In Big Sur, /Applications is invisibly split up into 2 locations. /System/Applications/ is for Apple apps that you aren't allowed to modify like Mail and Home and Calendar. The other /Applications is for apps you can modify. In the Finder you see them merged together as a single Applications folder. It's not until you go into Terminal and do
ls -la /Applications
that you see what's going on. I don't have a non-admin account I can immediately use to see what happens if non-admin users try to modify /Applications, but I bet that's what's at play here.