summaryrefslogtreecommitdiffstats
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-12-22 12:49:41 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-12-22 12:55:05 +0100
commit1b146a8c6f55b23981c3817d8346f95bb3a799fe (patch)
tree5db2259e12241199731aad3a890fc23717742eaf /doc/stdenv.xml
parent0a2efa121d7b3a291baa04c0abcd8e7d1c7a419f (diff)
treewide: remove paxutils from stdenv
More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 1c18fab86696..564471bbbbc6 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2435,30 +2435,6 @@ addEnvHooks "$hostOffset" myBashFunction
</varlistentry>
<varlistentry>
<term>
- paxctl
- </term>
- <listitem>
- <para>
- Defines the <varname>paxmark</varname> helper for setting per-executable
- PaX flags on Linux (where it is available by default; on all other
- platforms, <varname>paxmark</varname> is a no-op). For example, to
- disable secure memory protections on the executable
- <replaceable>foo</replaceable>
-<programlisting>
- postFixup = ''
- paxmark m $out/bin/<replaceable>foo</replaceable>
- '';
- </programlisting>
- The <literal>m</literal> flag is the most common flag and is typically
- required for applications that employ JIT compilation or otherwise need
- to execute code generated at run-time. Disabling PaX protections should
- be considered a last resort: if possible, problematic features should be
- disabled or patched to work with PaX.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
autoPatchelfHook
</term>
<listitem>