Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
4012810a
Commit
4012810a
authored
13 years ago
by
Robert Haas
Browse files
Options
Downloads
Patches
Plain Diff
A couple more fixes for the sepgsql documentation.
parent
d0ed9efd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/sepgsql.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/sepgsql.sgml
with
3 additions
and
3 deletions
doc/src/sgml/sepgsql.sgml
+
3
−
3
View file @
4012810a
...
@@ -561,8 +561,8 @@ ERROR: SELinux: security policy violation
...
@@ -561,8 +561,8 @@ ERROR: SELinux: security policy violation
</para>
</para>
<para>
<para>
A combination of dynamic domain transition and trusted procedure
A combination of dynamic domain transition and trusted procedure
enables an interesting use case that fits the typical process life-
enables an interesting use case that fits the typical process life-
cycle
cycle
of connection pooling software.
of connection pooling software.
Even if your connection pooling software is not allowed to run most
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 SQL commands, you can allow it to switch the security label
of the client using the <literal>sepgsql_setcon()</literal> function
of the client using the <literal>sepgsql_setcon()</literal> function
...
@@ -576,7 +576,7 @@ ERROR: SELinux: security policy violation
...
@@ -576,7 +576,7 @@ ERROR: SELinux: security policy violation
procedure with appropriate permissions checks.
procedure with appropriate permissions checks.
The point here is that only the trusted procedure actually has permission
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
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
(table, procedure definition, or whatever) must be protected from
unauthorized access.
unauthorized access.
</para>
</para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment