install/fpm/install.xml
b536040d12c05c041e13028202e90d8e24fe3bf9
...
...
@@ -37,6 +37,11 @@
37
37
<literal>--with-fpm-apparmor</literal> - Activate AppArmor integration (default - no).
38
38
</para>
39
39
</listitem>
40
+
<listitem>
41
+
<para>
42
+
<literal>--with-fpm-selinux</literal> - Activate SELinux integration (default - no).
43
+
</para>
44
+
</listitem>
40
45
</itemizedlist>
41
46
</sect2>
42
47

...
...
@@ -53,6 +58,12 @@
53
58
</thead>
54
59
<tbody>
55
60
<row>
61
+
<entry>8.2.0</entry>
62
+
<entry>
63
+
The <literal>--with-fpm-selinux</literal> option was added.
64
+
</entry>
65
+
</row>
66
+
<row>
56
67
<entry>8.0.0</entry>
57
68
<entry>
58
69
The <literal>--with-fpm-apparmor</literal> option was added.
59
70