Re: allowing privileges on untrusted languages

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: allowing privileges on untrusted languages
Дата
Msg-id 5153563F.4040706@gmx.net
обсуждение исходный текст
Ответ на Re: allowing privileges on untrusted languages  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Список pgsql-hackers
On 1/19/13 8:45 AM, Kohei KaiGai wrote:
> I think, it is a time to investigate separation of database superuser privileges
> into several fine-grained capabilities, like as operating system doing.
> https://github.com/torvalds/linux/blob/master/include/uapi/linux/capability.h

The Linux capabilities system exists because there is no normal file
system object to attach the privileges to.  If there were
/dev/somethings for all of these things, there would not no need for the
capabilities thing.

In this case, the privileges system already exists.  We just need to use it.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: allowing privileges on untrusted languages
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: replace plugins directory with GUC