[1/4] Proposal of SE-PostgreSQL patches - Mailing list pgsql-patches

From Kohei KaiGai
Subject [1/4] Proposal of SE-PostgreSQL patches
Date
Msg-id 47DE1892.80304@ak.jp.nec.com
Whole thread Raw
In response to [0/4] Proposal of SE-PostgreSQL patches  (Kohei KaiGai <kaigai@ak.jp.nec.com>)
List 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@ak.jp.nec.com>

Attachment

pgsql-patches by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: [HACKERS] [0/4] Proposal of SE-PostgreSQL patches
Next
From: Kohei KaiGai
Date:
Subject: [2/4] Proposal of SE-PostgreSQL patches