RLS & SEpgsql

Поиск
Список
Период
Сортировка
От Matthias
Тема RLS & SEpgsql
Дата
Msg-id CACECd8g7n6h9d3VrjOmajeP=G6AdDNhQS1dfgjBKai0995KR7Q@mail.gmail.com
обсуждение исходный текст
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Ben Chobot
Дата:
Сообщение: Re: evaluating subselect for each row
Следующее
От: Alexander Reichstadt
Дата:
Сообщение: Re: SELECT issue with references to different tables