From a5e94ea52b002a049ffa52849f2958c096cc0f92 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 23 Sep 2011 17:02:46 -0400 Subject: [PATCH] Document some more apparently-harmless error messages. --- doc/src/sgml/sepgsql.sgml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 0a02edb624..24224fb879 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -117,13 +117,18 @@ $ for DBNAME in template0 template1 postgres; do - Please note that you may see the following notifications depending on - the combination of a particular version of libselinux - and selinux-policy. + Please note that you may see some or all of the following notifications + depending on the combination of a particular version of + libselinux and selinux-policy. /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 - This message is harmless and may be safely ignored. + These messages are harmless and may be safely ignored. -- 2.40.0