From 00b047fa67e9f4428a682bd90d5e6b08d2f8a87b Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 10 Jan 2020 09:36:55 +0900 Subject: doc: Fix naming of SELinux 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml index e9cfdec9f94..e9688cce214 100644 --- a/doc/src/sgml/ref/security_label.sgml +++ b/doc/src/sgml/ref/security_label.sgml @@ -80,7 +80,7 @@ SECURITY LABEL [ FOR provider ] 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 - SE-Linux. Such systems make all access control decisions + SELinux. Such systems make all access control decisions based on object labels, rather than traditional discretionary access control (DAC) concepts such as users and groups. -- cgit v1.2.3