insufficient rights for weblate group on translate
Originally created by @groente on #15261 (Redmine)
directories in /var/lib/weblate/repositories/vcs have setgid set to
group weblate, but the group doesn’t have execute permission on the
subdirectories there, nor does it have write permission on many of the
files.
we need to either fix the permissions so that group weblate actually
profits from the setgid or put a setuid to weblate on directories under
/var/lib/weblate/repositories/vcs
Related issues
- Related to tails#15079 (closed)