]> granicus.if.org Git - postgresql/commitdiff
Document some more apparently-harmless error messages.
authorRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2011 21:02:46 +0000 (17:02 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2011 21:02:46 +0000 (17:02 -0400)
doc/src/sgml/sepgsql.sgml

index 0a02edb624a490ff356ded38358eb9924bee06d2..24224fb879aa4be1ec70c88d03fdaeb9f3c1d31b 100644 (file)
@@ -117,13 +117,18 @@ $ for DBNAME in template0 template1 postgres; do
   </para>
 
   <para>
-   Please note that you may see the following notifications depending on
-   the combination of a particular version of <productname>libselinux</>
-   and <productname>selinux-policy</>.
+   Please note that you may see some or all of the following notifications
+   depending on the combination of a particular version of
+   <productname>libselinux</> and <productname>selinux-policy</>.
 <screen>
 /etc/selinux/targeted/contexts/sepgsql_contexts:  line 33 has invalid object type db_blobs
+/etc/selinux/targeted/contexts/sepgsql_contexts:  line 36 has invalid object type db_language
+/etc/selinux/targeted/contexts/sepgsql_contexts:  line 37 has invalid object type db_language
+/etc/selinux/targeted/contexts/sepgsql_contexts:  line 38 has invalid object type db_language
+/etc/selinux/targeted/contexts/sepgsql_contexts:  line 39 has invalid object type db_language
+/etc/selinux/targeted/contexts/sepgsql_contexts:  line 40 has invalid object type db_language
 </screen>
-   This message is harmless and may be safely ignored.
+   These messages are harmless and may be safely ignored.
   </para>
  </sect2>