diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-11-18 10:28:00 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-11-18 10:30:24 -0500 |
commit | 1fc2d60d8c9d8096373e94a8f8c9b28d2082b7d3 (patch) | |
tree | c0089485d4549b3c09fe9fe5278749c7d3550fca /doc/src | |
parent | ecf70b916b480ce26c710942f9111115d9e63e88 (diff) | |
download | postgresql-1fc2d60d8c9d8096373e94a8f8c9b28d2082b7d3.tar.gz postgresql-1fc2d60d8c9d8096373e94a8f8c9b28d2082b7d3.zip |
Minor corrections to dummy_seclabel documentation.
Problems noted by Thom Brown.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/dummy-seclabel.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/dummy-seclabel.sgml b/doc/src/sgml/dummy-seclabel.sgml index 5b5089c201f..30d58198fb9 100644 --- a/doc/src/sgml/dummy-seclabel.sgml +++ b/doc/src/sgml/dummy-seclabel.sgml @@ -51,10 +51,9 @@ SECURITY LABEL </programlisting> <para> - The <filename>dummy_seclabel</> provides only four hardcoded + The <filename>dummy_seclabel</> module provides only four hardcoded labels: <literal>unclassified</>, <literal>classified</>, - <literal>secret</>, <literal>top secret</> and <literal>trusted</>. - + <literal>secret</>, and <literal>top secret</>. It does not allow any other strings as security labels. </para> <para> |