Re: Specification for Trusted PLs?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Specification for Trusted PLs?
Дата
Msg-id 4BF6ACF3.2040907@agliodbs.com
обсуждение исходный текст
Ответ на Re: Specification for Trusted PLs?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Specification for Trusted PLs?  (Magnus Hagander <magnus@hagander.net>)
Re: Specification for Trusted PLs?  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-hackers
So, here's a working definition:

1) cannot directly read or write files on the server.
2) cannot bind network ports
3) uses only the SPI interface to interact with postgresql tables etc.
4) does any logging only using elog to the postgres log

Questions:

a) it seems like there should be some kind of restriction on access to 
memory, but I'm not clear on how that would be defined.

b) where are we with the whole trusted module thing?  Like for CPAN 
modules etc.

--                                   -- Josh Berkus                                     PostgreSQL Experts Inc.
                           http://www.pgexperts.com
 


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: unnailing shared relations (was Re: global temporary tables)
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Specification for Trusted PLs?