pgsql: Include permissive/enforcing state in sepgsql log messages.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Include permissive/enforcing state in sepgsql log messages.
Date: 2022-01-12 19:23:21
Message-ID: E1n7jDN-0003bt-8U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include permissive/enforcing state in sepgsql log messages.

SELinux itself does this (at least in modern releases), and it
seems like a good idea to reduce confusion.

Dave Page

Discussion: https://postgr.es/m/CA+OCxowsQoLEYc=jN7OtNvOdX0Jg5L7nMYt++=k0X78HGq-sXg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/134d9746364425e437a6d8eb1e2de0f3c59bfd2b

Modified Files
--------------
contrib/sepgsql/expected/alter.out | 256 ++++++------
contrib/sepgsql/expected/ddl.out | 810 ++++++++++++++++++-------------------
contrib/sepgsql/expected/label.out | 26 +-
contrib/sepgsql/expected/misc.out | 178 ++++----
contrib/sepgsql/selinux.c | 15 +-
contrib/sepgsql/sepgsql.h | 1 +
contrib/sepgsql/uavc.c | 1 +
7 files changed, 649 insertions(+), 638 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-01-12 19:24:57 pgsql: Add index on pg_publication_rel.prpubid
Previous Message Peter Eisentraut 2022-01-12 09:59:06 pgsql: ecpg: Catch zero-length Unicode identifiers correctly