diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-01-10 09:36:55 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-01-10 09:36:55 +0900 |
commit | 00b047fa67e9f4428a682bd90d5e6b08d2f8a87b (patch) | |
tree | 7ae8bc60946a2a407648bbc030ad2ef5ab2e2ae9 /src | |
parent | 39a5f2a94f8a3bcfdb3da7391427a63f8f88b210 (diff) | |
download | postgresql-00b047fa67e9f4428a682bd90d5e6b08d2f8a87b.tar.gz postgresql-00b047fa67e9f4428a682bd90d5e6b08d2f8a87b.zip |
doc: Fix naming of SELinux
Reported-by: Tham Nguyen
Discussion: https://postgr.es/m/157851402876.29175.12977878383183540468@wrigleys.postgresql.org
Backpatch-through: 9.4
Diffstat (limited to 'src')
-rw-r--r-- | src/test/modules/dummy_seclabel/README | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/test/modules/dummy_seclabel/README b/src/test/modules/dummy_seclabel/README index 75320aaeaca..a3fcbd75994 100644 --- a/src/test/modules/dummy_seclabel/README +++ b/src/test/modules/dummy_seclabel/README @@ -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 ===== |