Re: Specification for Trusted PLs?

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Specification for Trusted PLs?
Дата
Msg-id 20100521193650.GD9673@fetter.org
обсуждение исходный текст
Ответ на Re: Specification for Trusted PLs?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Specification for Trusted PLs?  (David Fetter <david@fetter.org>)
Re: Specification for Trusted PLs?  (Joshua Tolley <eggyknap@gmail.com>)
Список pgsql-hackers
On Fri, May 21, 2010 at 03:15:27PM -0400, Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > On Fri, May 21, 2010 at 2:21 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> (1) no access to system calls (including file and network I/O)
> >> (2) no access to process memory, other than variables defined within the
> >> PL.
> >> What else?
> 
> > Doesn't subvert the general PostgreSQL security mechanisms?  Not
> > sure how to formulate that.
> 
> As long as you can't do database access except via SPI, that should
> be covered.  So I guess the next item on the list is no, or at least
> restricted, access to functions outside the PL's own language.

"No access" seems pretty draconian.

How about limiting such access to functions of equal or lower
trustedness?  Surely an untrusted function shouldn't be restricted
from calling other untrusted functions based on the language they're
written in.

Cheers,
David (who is not, at this point, going to suggest that a "trusted"
boolean may inadequately reflect users' needs)
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: small exclusion constraints patch
Следующее
От: David Fetter
Дата:
Сообщение: Re: Specification for Trusted PLs?