sepgsql

sepgsql

label-based mandatory access control (MAC) based on SELinux security policy.

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
7960
sepgsql
sepgsql
-
SEC
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--sL---
No
Yes
Yes
No
no
no
Relationships
See Also
pg_readonly
pg_permissions
set_user
noset
pgaudit
credcheck
login_hook
passwordcheck_cracklib

Packages

PG18PG17PG16PG15PG14PG13
-
-
-
-
-
-

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Add this extension to shared_preload_libraries:

shared_preload_libraries = 'sepgsql';  -- comma-separated list

Create this extension with:

CREATE EXTENSION sepgsql;
Last updated on