transmission/daemon
Craig Andrews 56dab2bd18
daemon: deny memory wx in transmission-daemon.service (#2573)
Attempts to create memory mappings that are writable and executable at the same time, or to change existing memory mappings to become executable, or mapping shared memory segments as executable are prohibited.

There's no reason transmission should be doing that. If it does, it's because of malicious code exploiting a vulnerability.

See: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#MemoryDenyWriteExecute=
2022-02-04 22:08:51 -06:00
..
CMakeLists.txt refactor: port daemon and utils to C++ (#1825) 2021-09-21 18:03:39 -05:00
daemon-posix.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
daemon-win32.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
daemon.cc chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
daemon.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
transmission-daemon.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
transmission-daemon.service daemon: deny memory wx in transmission-daemon.service (#2573) 2022-02-04 22:08:51 -06:00