You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- repo.xml’s permissions element is used to set user and group ownership and mode on all collections and resources stored during installation.
- for collections and resources stored after installation, user and group ownership and mode need to be set separately
- but if we define the permissions correctly here, we can read from these definitions even after installation
- rwxrwxr-- ensures (1) default “repo” group can read and write documents and (2) all users can read and access collection contents. (Note that o+rx is needed for guest queries to run fn:collection.)
0 commit comments