Announcing Veil

From: Marc Munro <marc(at)bloodnok(dot)com>
To: veil-general(at)pgfoundry(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Announcing Veil
Date: 2005-10-05 02:22:55
Message-ID: 1128478975.31107.38.camel@bloodnok.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This is to announce the first, Alpha, release of Veil, a database
security add-on for Postgres. It allows databases to be created with
efficient row-level access controls; different users have access to
different subsets of data.

Veil is hosted on pgfoundry at http://veil.projects.postgresql.org/
Documentation is here:
http://veil.projects.postgresql.org/curdocs/index.html

If there is sufficient interest, I would ultimately like Veil to be
added to contrib - we will have to see how things pan out.

I am announcing this to the postgres hackers list as I hope for review
comments from a qualified community. All comments will be welcomed.

If you would like somewhere controversial to start your review, take a
look at veil_shmem.c which hooks into the postgres shared memory
subsystem. Since I was unable to dynamically assign a LWLock using
LWLockAssign (none available), I have fairly arbitrarily overloaded the
use of existing LWLocks. When the flames die down perhaps we can
discuss making a small number (one would be enough for me) of LWLocks
available.

Thank you.

__
Marc Munro

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-05 02:51:55 Re: Announcing Veil
Previous Message Simon Riggs 2005-10-04 20:54:17 Re: Inherited indexes.