doc: Fix naming of SELinux

Reported-by: Tham Nguyen
Discussion: https://postgr.es/m/157851402876.29175.12977878383183540468@wrigleys.postgresql.org
Backpatch-through: 9.4
This commit is contained in:
Michael Paquier 2020-01-10 09:37:44 +09:00
parent b83ba2e6e7
commit 27676e22d3
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<para>
Security label providers intended to be used in production will typically be
dependent on a platform-specific feature such as
<productname>SE-Linux</productname>. This module is platform-independent,
<productname>SELinux</productname>. This module is platform-independent,
and therefore better-suited to regression testing.
</para>
</sect2>

View File

@ -76,7 +76,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
label provider must interpret security labels; it merely provides a
mechanism for storing them. In practice, this facility is intended to allow
integration with label-based mandatory access control (MAC) systems such as
<productname>SE-Linux</>. Such systems make all access control decisions
<productname>SELinux</>. Such systems make all access control decisions
based on object labels, rather than traditional discretionary access control
(DAC) concepts such as users and groups.
</para>