doc: Fix naming of SELinux
authorMichael Paquier <michael@paquier.xyz>
Fri, 10 Jan 2020 00:36:55 +0000 (09:36 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 10 Jan 2020 00:36:55 +0000 (09:36 +0900)
Reported-by: Tham Nguyen
Discussion: https://postgr.es/m/157851402876.29175.12977878383183540468@wrigleys.postgresql.org
Backpatch-through: 9.4

doc/src/sgml/ref/security_label.sgml
src/test/modules/dummy_seclabel/README

index e9cfdec9f944642ae56ffe12b4deb4ba962cf253..e9688cce214b22c56ccac4a0898876ab4dab7adb 100644 (file)
@@ -80,7 +80,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</productname>.  Such systems make all access control decisions
+   <productname>SELinux</productname>.  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>
index 75320aaeaca08696a0220b72833ed4579f1bca8e..a3fcbd7599402c7f0b645590555c26857af1a1c2 100644 (file)
@@ -1,19 +1,17 @@
-The dummy_seclabel module exists only to support regression
-testing of the SECURITY LABEL statement.  It is not intended
-to be used in production.
+The dummy_seclabel module exists only to support regression testing of
+the SECURITY LABEL statement.  It is not intended to be used in production.
 
 Rationale
 =========
 
-The SECURITY LABEL statement allows the user to assign security
-labels to database objects; however, security labels can only be assigned
-when specifically allowed by a loadable module, so this module is provided
-to allow proper regression testing.
+The SECURITY LABEL statement allows the user to assign security labels to
+database objects; however, security labels can only be assigned when
+specifically allowed by a loadable module, so this module is provided to
+allow proper regression testing.
 
 Security label providers intended to be used in production will typically be
-dependent on a platform-specific feature such as
-SE-Linux.  This module is platform-independent,
-and therefore better-suited to regression testing.
+dependent on a platform-specific feature such as SELinux.  This module is
+platform-independent, and therefore better-suited to regression testing.
 
 Usage
 =====