diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml index e9cfdec9f9..e9688cce21 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. diff --git a/src/test/modules/dummy_seclabel/README b/src/test/modules/dummy_seclabel/README index 75320aaeac..a3fcbd7599 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 =====