Re: Feature suggestion: Database-Security-Modules (DSM)

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Jan Kechel <jan(at)kechel(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Feature suggestion: Database-Security-Modules (DSM)
Date: 2017-03-28 08:11:53
Message-ID: CAFj8pRB5ehYGiuh_rh=3mjOph68Cogd6KXC=kLpmAmVwsmpQWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2017-03-28 9:51 GMT+02:00 Jan Kechel <jan(at)kechel(dot)de>:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
>
> Hi PostgreSQL Hackers,
>
>
> I'm developing software using PostgreSQL for several years and want to
> propose a feature to improve security of (badly written?) Web-Apps.
>
> I call it 'Database Security Modules', derived from
> Linux-Security-Modules (aka SELinux, AppArmor, Tomoyo).
>
> Of course such a feature might already exist, or is in your opinion
> not a task for PostgreSQL at all. In that case please simply inform me
> about my mistake ;)
>
>
do you know SQL_firewall?

http://pgsnaga.blogspot.cz/2015/08/postgresql-sql-firewall.html

Regards

Pavel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-03-28 08:25:25 Re: pg_dump emits ALTER TABLE ONLY partitioned_table
Previous Message Michael Paquier 2017-03-28 08:10:15 Re: PATCH: Batch/pipelining support for libpq