From: | Matthias <nitrogenycs(at)googlemail(dot)com> |
---|---|
To: | Postgres general mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | RLS & SEpgsql |
Date: | 2012-06-03 20:42:00 |
Message-ID: | CACECd8g7n6h9d3VrjOmajeP=G6AdDNhQS1dfgjBKai0995KR7Q@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
I have a question about row level security and SEpgsql. As far as I
can tell the current state is that the leaky view problem is solved
and some kind of security checking provider (implemented for SElinux)
exists.
Row level security seems to be an additional step. Is it planned for
9.3dev? If yes, will this work on windows by default or do I need to
write a custom security checking provider? Or will there be some kind
of simple default provider which you can configure in some way?
Right now I am emulating some simple form of RLS via an intarray field
attached to each row which stores the permissions necessary to read
this row.
Thanks,
-Matthias
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Reichstadt | 2012-06-03 21:23:16 | Re: SELECT issue with references to different tables |
Previous Message | Ben Chobot | 2012-06-03 20:15:05 | Re: evaluating subselect for each row |