Re: security hook on table creation - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: security hook on table creation
Date
Msg-id 20101015130422.GP26232@tamriel.snowman.net
Whole thread Raw
In response to Re: security hook on table creation  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Responses Re: security hook on table creation
List pgsql-hackers
KaiGai,

* KaiGai Kohei (kaigai@kaigai.gr.jp) wrote:
> However, it requires the plugin modules need to know everything;
> such as what is visible/invisible. It seems to me too closely-
> coupled interface.

I agree with Robert on this one.  We're not trying to design a wholly
independent security module system for any project to pick up and use
here.  We're discussing hooks to go into PostgreSQL to support a
PostgreSQL security module.  In other words, I don't think we need to
worry over if the PG-SELinux security module could be re-used for
another project or is too "PG specific".  If it's *not* very PG
specific then something is wrong.

The issues we're talking about with regard to MVCC, visibility, etc,
would all be applicable to any serious database anyway.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Timeout and wait-forever in sync rep
Next
From: Robert Haas
Date:
Subject: Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch