diff options
| author | e1mo <git@e1mo.de> | 2024-03-21 15:41:00 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-21 21:49:39 +0100 |
| commit | 6d5a6cab711e8dfd4e6d5ff677f82690a9d9e07a (patch) | |
| tree | 85bdcb1ee1b8b8359dd304e1068a8d856269666a /pkgs/development/python-modules/rangehttpserver | |
| parent | c08b18548481d41187c43580bea8f47c5ffbb922 (diff) | |
nixos/pretix: Fix pdf generation
Previously, pdftk (part of the ticket, badge, ... generation pipeline)
would fail with:
```
Error occurred during initialization of VM
Failed to mark memory page as executable - check if grsecurity/PaX is enabled
```
Thise caused pdf generation to fail.
Since pdftk is a java application and, according to systemd.exec(5),
> Note that [MemoryDenyWriteExecute=] is incompatible with programs and
> libraries that generate program code dynamically at runtime, including
> JIT execution engines, executable stacks, and code "trampoline" featu
> re of various C compilers.
Disabling `MemoryDenyWriteExecute=` fixes it.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
