- Package:
- matrix-synapse
- Source:
- matrix-synapse
- Description:
- Matrix reference homeserver
- Submitter:
- Russell Coker
- Date:
- 2023-11-06 11:21:06 UTC
- Severity:
- normal
When adduser is run without the --group option the group used is "nogroup" which means that multiple daemons may share the same group and be able to inappropriately interact with each other. If the --group option is used then it gets a private group and restricts this possible method of communication.