Re: LISTEN filtering - Mailing list pgsql-general

From Tom Lane
Subject Re: LISTEN filtering
Date
Msg-id 15884.1308672471@sss.pgh.pa.us
Whole thread Raw
In response to LISTEN filtering  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> Quick idea to toss out there: allowing an option to LISTEN to
> only 'hear' from superusers (or self).

This seems like a pretty bad idea from a security policy standpoint,
in that it would encourage use of superuser state to run ordinary
applications.

> I've got an app that uses a lot
> of listen/notify to talk to other subprocesses. However, it
> would be nice if non-superusers could not affect the behavior
> of this application: right now, anyone can issue a NOTIFY.

Anyone connected to the same database, yes.  Can't you just restrict use
of the database to trustworthy apps?

            regards, tom lane

pgsql-general by date:

Previous
From: Sylvain Rabot
Date:
Subject: Partitioning and constraint exclusion
Next
From: Tom Lane
Date:
Subject: Re: Partitioning and constraint exclusion