Search found 2 matches

by Darsh
Thu Oct 14, 2021 9:19 pm
Forum: Support
Topic: [SOLVED] Hardening v3.00 breaks sending completion emails
Replies: 1
Views: 17965

Re: Hardening v3.00 breaks sending completion emails

Thanks to sandrotosi and ckerr at Transmission's GitHub - the issue is in systemd's setting "NoNewPrivileges=true" in /lib/systemd/system/transmission-daemom.service. After changing it to "false" and reloading the daemon the e-mails started working again.


Darsh
by Darsh
Sun Oct 10, 2021 4:25 pm
Forum: Support
Topic: [SOLVED] Hardening v3.00 breaks sending completion emails
Replies: 1
Views: 17965

[SOLVED] Hardening v3.00 breaks sending completion emails

Debian 11, transmission-daemon 3.00-1.

Transmission v3.00 was hardened to disallow privilege escalation:
=== https://github.com/transmission/transmission/releases/tag/3.00 ===
Daemon
- Harden transmission-daemon.service by disallowing privileges elevation (#795)
=== https://github.com/transmission ...