install/fpm/install.xml
b536040d12c05c041e13028202e90d8e24fe3bf9
...
...
@@ -29,11 +29,51 @@
29
29
</listitem>
30
30
<listitem>
31
31
<para>
32
-
<literal>--with-fpm-acl</literal> - Use POSIX Access Control Lists (default - no). Since PHP 5.6.5.
32
+
<literal>--with-fpm-acl</literal> - Use POSIX Access Control Lists (default - no).
33
+
</para>
34
+
</listitem>
35
+
<listitem>
36
+
<para>
37
+
<literal>--with-fpm-apparmor</literal> - Activate AppArmor integration (default - no).
38
+
</para>
39
+
</listitem>
40
+
<listitem>
41
+
<para>
42
+
<literal>--with-fpm-selinux</literal> - Activate SELinux integration (default - no).
33
43
</para>
34
44
</listitem>
35
45
</itemizedlist>
36
46
</sect2>
47
+

48
+
<sect2 role="changelog">
49
+
&reftitle.changelog;
50
+
<para>
51
+
<informaltable>
52
+
<tgroup cols="2">
53
+
<thead>
54
+
<row>
55
+
<entry>&Version;</entry>
56
+
<entry>&Description;</entry>
57
+
</row>
58
+
</thead>
59
+
<tbody>
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>
67
+
<entry>8.0.0</entry>
68
+
<entry>
69
+
The <literal>--with-fpm-apparmor</literal> option was added.
70
+
</entry>
71
+
</row>
72
+
</tbody>
73
+
</tgroup>
74
+
</informaltable>
75
+
</para>
76
+
</sect2>
37
77
</sect1>
38
78

39
79
<!-- Keep this comment at the end of the file
40
80