SE-Linux mispelled
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
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
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