Codebase list matrix-synapse / 37be4c0
Downgrade the level of sandboxing to prevent confusion Strict sandboxing enabled by default caused issues for users running appservices: https://github.com/matrix-org/synapse/issues/9327 It’s best to leave it enabled but relax a bit and let users opt in for stricter protection if they wish. Andrej Shadura 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2121 PrivateDevices=yes
2222 PrivateTmp=yes
2323 ProtectControlGroups=yes
24 ProtectHome=yes
24 ProtectHome=read-only
2525 ProtectKernelLogs=yes
2626 ProtectKernelModules=yes
2727 ProtectKernelTunables=yes
28 ProtectSystem=strict
28 ProtectSystem=yes
2929 RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
3030 RestrictRealtime=yes
3131 StateDirectory=matrix-synapse