Re: SE-Linux/PostgreSQL work?

From: KaiGai Kohei <kaigai(at)kaigai(dot)gr(dot)jp>
To: josh(at)agliodbs(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SE-Linux/PostgreSQL work?
Date: 2007-03-03 01:25:38
Message-ID: 45E8CE92.5000709@kaigai.gr.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Josh Berkus wrote:
> Folks,
>
> I'm chasing a rumor that someone is working on integrating PostgreSQL with
> the SELinux security framework. Anyone know anything about this?

I'm currently working on integration PostgreSQL with SELinux security framework.
It was named as SE-PostgreSQL.
Thanks for your interest.

It will provide finer grained mandatory access control on the various kinds of
database objects including columns, tuples and binary large objects, based on
the security policy of SELinux. Any clients cannot bypass this access control,
even if they are privileged database users.

Now, I have a plan to release the first alpha version of SE-PostgreSQL within
this week, to get any feedbacks from PostgreSQL/SELinux community.

Thanks,
--
KaiGai Kohei <kaigai(at)kaigai(dot)gr(dot)jp>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-03-03 02:40:54 Re: [HACKERS] Deadlock with pg_dump?
Previous Message Florian G. Pflug 2007-03-03 00:45:21 Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?