Hi,
As for now we are restricting access to USB drives via a configuration profile.
This allows us to prompt for a username and password when a USB device is connected.
Unfortunately the only credentials that are accepted to mount the drive, are admin credentials.
Does anyone have experience with these settings and know how to allow standard users to still mount the USB drive with their own credentials?
In short;
A standard user must be able to mount a USB drive with their own credentials.
I've already tried editing the authorizationdb using the following commands:
security authorizationdb write system.volume.removable allow
security authorizationdb write system.volume.removable.adopt allow
And for the sake of being sure.
security authorizationdb write system.volume.external allow
security authorizationdb write system.volume.external.adopt allow