We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f7609 commit d7f750bCopy full SHA for d7f750b
doc/source/using.rst
@@ -891,6 +891,10 @@ ffi.callback() and the result is the same.
891
- `On Mac OS X,`__ you need to give your application the entitlement
892
``com.apple.security.cs.allow-unsigned-executable-memory``.
893
894
+ - On Linux, ``systemd`` installs syscall filtering rules on services
895
+ it supervises. The `MemoryDenyWriteExecute=` setting in
896
+ `systemd.exec(5)` defaults to on, and can quietly block this.
897
+
898
Note also that a cffi fix for this issue was attempted---see
899
the ``ffi_closure_alloc`` branch---but was not merged because it
900
creates potential `memory corruption`__ with ``fork()``.
0 commit comments