Open kwin opened 2 months ago
The necessary permissions differ by functionality:
jcr:read
on /home/users
and /home/groups
jcr:readACL
on /
jcr:readACL
and jcr:modifyACL
on /
jcr:read
and jcr:write
on /home/users/
and /home/groups
jcr:write
anywhere due to initialContent
jcr:read
inside configurationRootPath
jcr:read/write
on /var/statistics/actool
and /apps/netcentric/achistory
Currently the (single) service user is used for almost all operations and grants full access to the repository.
The permissions should be limited to what is actually necessary.