mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
doc: Fix naming of SELinux
Reported-by: Tham Nguyen Discussion: https://postgr.es/m/157851402876.29175.12977878383183540468@wrigleys.postgresql.org Backpatch-through: 9.4
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user