Skip to content

Commit 27676e2

Browse files
committed
doc: Fix naming of SELinux
Reported-by: Tham Nguyen Discussion: https://postgr.es/m/157851402876.29175.12977878383183540468@wrigleys.postgresql.org Backpatch-through: 9.4
1 parent b83ba2e commit 27676e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/dummy-seclabel.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<para>
2727
Security label providers intended to be used in production will typically be
2828
dependent on a platform-specific feature such as
29-
<productname>SE-Linux</productname>. This module is platform-independent,
29+
<productname>SELinux</productname>. This module is platform-independent,
3030
and therefore better-suited to regression testing.
3131
</para>
3232
</sect2>

doc/src/sgml/ref/security_label.sgml

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

0 commit comments

Comments
 (0)