install/fpm/install.xml
b536040d12c05c041e13028202e90d8e24fe3bf9
...
...
@@ -22,8 +22,58 @@
22
22
<literal>--with-fpm-group</literal> - set FPM group (default - nobody).
23
23
</para>
24
24
</listitem>
25
+
<listitem>
26
+
<para>
27
+
<literal>--with-fpm-systemd</literal> - Activate systemd integration (default - no).
28
+
</para>
29
+
</listitem>
30
+
<listitem>
31
+
<para>
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).
43
+
</para>
44
+
</listitem>
25
45
</itemizedlist>
26
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>
27
77
</sect1>
28
78

29
79
<!-- Keep this comment at the end of the file
30
80