1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: postgresql-set-user
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
architecture-is-64-bit <!pkg.postgresql.32-bit>,
debhelper-compat (= 13),
postgresql-all <!nocheck>,
postgresql-server-dev-all,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/pgaudit/set_user
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-set-user
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-set-user.git
Package: postgresql-17-set-user
Architecture: any
Depends:
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
Description: PostgreSQL privilege escalation with enhanced logging and control
The set_user PostgreSQL extension allows switching users and optional
privilege escalation with enhanced logging and control. It provides an
additional layer of logging and control when unprivileged users must escalate
themselves to superuser or object owner roles in order to perform needed
maintenance tasks.
|