sepgsql
sepgsql
sepgsql : label-based mandatory access control (MAC) based on SELinux security policy.
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 7960 | sepgsql
|
sepgsql
|
- |
SEC
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sL---
|
No
|
Yes
|
Yes
|
No
|
no
|
no
|
| Relationships | |
|---|---|
| See Also | pg_readonly
pg_permissions
set_user
noset
pgaudit
credcheck
login_hook
passwordcheck_cracklib
|
Packages
| PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|
-
|
-
|
-
|
-
|
-
|
-
|
This is a built-in contrib extension ship with the PostgreSQL kernel
Install
Config this extension to shared_preload_libraries:
shared_preload_libraries = 'sepgsql';This extension does not need CREATE EXTENSION DDL command
Last updated on