Hello!
On a multi-user system I often have a database in the /Users/Shared directory for exchange between the multiple users. This works well for an unencrypted database after making the database g+w. But I can’t figure out how to make this work with an encrypted database.
I tried setting the permissions on the encrypted image itself as well as mounting the encrypted image and then setting the permissions on the contents (chmod -R). But the database remains read-only for the users that didn’t create it.
Did I overlook something or is this not possible due to the design of the encrypted database?