]> granicus.if.org Git - postgresql/commitdiff
A couple more fixes for the sepgsql documentation.
authorRobert Haas <rhaas@postgresql.org>
Thu, 15 Mar 2012 20:49:44 +0000 (16:49 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 15 Mar 2012 20:49:44 +0000 (16:49 -0400)
doc/src/sgml/sepgsql.sgml

index ce752f3dbeb3ed38e610834c1638dc65e7d6abd5..07c6b99f45e8c4188c036836ffdbdc972fcab88f 100644 (file)
@@ -561,8 +561,8 @@ ERROR:  SELinux: security policy violation
    </para>
    <para>
     A combination of dynamic domain transition and trusted procedure
-    enables an interesting use case that fits the typical process life-
-    cycle of connection pooling software.
+    enables an interesting use case that fits the typical process life-cycle
+    of connection pooling software.
     Even if your connection pooling software is not allowed to run most
     of SQL commands, you can allow it to switch the security label
     of the client using the <literal>sepgsql_setcon()</literal> function
@@ -576,7 +576,7 @@ ERROR:  SELinux: security policy violation
     procedure with appropriate permissions checks.
     The point here is that only the trusted procedure actually has permission
     to change the effective security label, and only does so when given proper
-    credentials.  Of course, for secure operation, the credential store must
+    credentials.  Of course, for secure operation, the credential store
     (table, procedure definition, or whatever) must be protected from
     unauthorized access.
    </para>