Re: Tablespace patch review

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tablespace patch review
Дата
Msg-id 4931.1087603277@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tablespace patch review  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: Tablespace patch review  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-patches
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> Tom Lane wrote:
>> As for the authentication-is-expensive issue, what of it?  You *should*
>> have to authenticate yourself in order to look inside another person's
>> database.  The sort of cross-database inspection being proposed here
>> would be a big security hole in many people's view.
>>
> Accessing pg_class et al using the current sysuseid with acl checking
> should be ok and satisfy security demands, no?

No.  If the other user has you locked out from connecting to his
database at all, he's probably not going to feel that he should have to
disable your access to individual objects inside it.

This has some connections to the discussions we periodically have about
preventing Joe User from looking at the system catalogs.  If we make any
changes in this area at all, I would expect them to be in the direction
of narrowing access, not widening it to include being able to see
other databases' catalogs.

            regards, tom lane

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Tablespace patch review
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Tablespace patch review