[1/4] Proposal of SE-PostgreSQL patches

From: Kohei KaiGai <kaigai(at)ak(dot)jp(dot)nec(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: [1/4] Proposal of SE-PostgreSQL patches
Date: 2008-03-17 07:06:58
Message-ID: 47DE1892.80304@ak.jp.nec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

[1/4] - sepostgresql-pgace-8.4devel-3.patch.gz

This patch provides PGACE (PostgreSQL Access Control Extension) framework.

It has a similar idea of LSM (Linu Security Module).
It can provide a guest module several hooks at strategic points.
The guest module can make its decision whether required actions should be
allowed, or not.
In addition, PGACE also provides falicilites to manage security attribute
of database objects. Any tuple can have a its security attribute, and the
guest module can refer it to control accesses.

A more conprehensive memo at:
http://code.google.com/p/sepgsql/wiki/WhatIsPGACE

(This patch is gzip'ed, bacause it overed the limitation of filesize.)

Thanks,
--
OSS Platform Development Division, NEC
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>

Attachment Content-Type Size
sepostgresql-pgace-8.4devel-3.patch.gz application/gzip 30.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kohei KaiGai 2008-03-17 07:07:12 [2/4] Proposal of SE-PostgreSQL patches
Previous Message Kohei KaiGai 2008-03-17 07:02:47 Re: [0/4] Proposal of SE-PostgreSQL patches

Browse pgsql-patches by date

  From Date Subject
Next Message Kohei KaiGai 2008-03-17 07:07:12 [2/4] Proposal of SE-PostgreSQL patches
Previous Message Kohei KaiGai 2008-03-17 07:02:47 Re: [0/4] Proposal of SE-PostgreSQL patches