An auditing module for PostgreSQL

Edit Package pgaudit
https://github.com/pgaudit/pgaudit

This is the initial version of an auditing module for Postgres.

It collects audit events from various sources and logs them in CSV format
including a timestamp, user information, details of objects affected (if any),
and the fully-qualified command text (whenever available).

All DDL, DML (including SELECT), and utility commands are supported. These
are categorised as described below, and audit logging for each group of
commands may be enabled or disabled by the superuser. Once enabled, however,
audit logging may not be disabled by a user.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000197 197 Bytes
get-tars 0000000206 206 Bytes
pgaudit-1.2.4.tar.gz 0000036496 35.6 KB
pgaudit-1.3.4.tar.gz 0000036460 35.6 KB
pgaudit-1.4.3.tar.gz 0000037090 36.2 KB
pgaudit-1.5.2.tar.gz 0000036888 36 KB
pgaudit-1.6.2.tar.gz 0000044080 43 KB
pgaudit.changes 0000005470 5.34 KB
pgaudit.spec 0000002950 2.88 KB
Revision 3 (latest revision is 4)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1005389 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 3)
- Hack up spec file a bit to get over source_validator, we rely on
  + name_pg uses --keep-name-conditionals (argument of spec_query)
  + but wre also need pg_name defined for the pg_* macros, as they
    refer to it. So we define both, and use name_pg for the
    conditions.

- version update to 1.2.4, 1.3.4, 1.4.3, 1.5.2, 1.6.2
  * Bug Fix: Skip logging script statements for create/alter extension.
- added sources
  + get-tars

- fix postgresql_has_llvm usage

- switch to %{pg_name}-llvmjit-devel

- remove some unneeded pg_name conditionals

- Update versions (1.2.3, 1.3.3, 1.4.2, 1.5.1)
  - Guard against search-path based attacks.
  - Add security definer and search_path to event trigger functions.
- Add 1.6.1 for postgresql 14
  - 1.6.0: https://github.com/pgaudit/pgaudit/releases/tag/1.6.0
  - 1.6.1: https://github.com/pgaudit/pgaudit/releases/tag/1.6.1
- port to postgresql macros
- drop support for pg < 10

  - 1.3.2: https://github.com/pgaudit/pgaudit/releases/tag/1.3.2
Comments 0
openSUSE Build Service is sponsored by