Re: SE-Linux/PostgreSQL work?

Поиск
Список
Период
Сортировка
От KaiGai Kohei
Тема Re: SE-Linux/PostgreSQL work?
Дата
Msg-id 45E8CE92.5000709@kaigai.gr.jp
обсуждение исходный текст
Ответ на SE-Linux/PostgreSQL work?  (Josh Berkus <josh@agliodbs.com>)
Ответы [ANN] SE-PostgreSQL 8.2.3-1.0 alpha release  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Список 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@kaigai.gr.jp>


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Is there a way to run heap_insert() AFTER ExecInsertIndexTuples() ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Deadlock with pg_dump?