SE-Linux mispelled

Started by PG Bug reporting formover 6 years ago3 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/sql-security-label.html
Description:

Should be SELinux instead of SE-Linux. This is the only page that has the
typo: https://www.postgresql.org/docs/12/sql-security-label.html

#2Michael Paquier
michael@paquier.xyz
In reply to: PG Bug reporting form (#1)
Re: SE-Linux mispelled

On Wed, Jan 08, 2020 at 08:07:08PM +0000, PG Doc comments form wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/sql-security-label.html
Description:

Should be SELinux instead of SE-Linux. This is the only page that has the
typo: https://www.postgresql.org/docs/12/sql-security-label.html

Yep, you're right:
https://en.wikipedia.org/wiki/Security-Enhanced_Linux
There is a second one in src/test/modules/dummy_seclabel/README. I'll
fix it tomorrow except if there are objections from others.
--
Michael

#3Michael Paquier
michael@paquier.xyz
In reply to: Michael Paquier (#2)
Re: SE-Linux mispelled

On Thu, Jan 09, 2020 at 12:09:02PM +0900, Michael Paquier wrote:

Yep, you're right:
https://en.wikipedia.org/wiki/Security-Enhanced_Linux
There is a second one in src/test/modules/dummy_seclabel/README. I'll
fix it tomorrow except if there are objections from others.

Done and back-patched where adapted. dummy_seclabel's README was a
bit strange with its indentation, so I have improved it while on it.
--
Michael