Re: Is there any such thing as PostgreSQL security on a

Поиск
Список
Период
Сортировка
От Jochem van Dieten
Тема Re: Is there any such thing as PostgreSQL security on a
Дата
Msg-id 3D4545B6.1000502@oli.tudelft.nl
обсуждение исходный текст
Ответ на Is there any such thing as PostgreSQL security on a hosted website?  ("Scott Gammans" <nospam_deepgloat@yahoo.com>)
Список pgsql-general
Scott Gammans wrote:
>
> What is to stop a company that is hosting my
> PostgreSQL-enabled website from changing my
> pg_hba.conf file to "TRUST" so that they can go in and
> snoop around my online PostgreSQL databases?

Nothing.


> My website is currently being hosted by a company that
> includes 10 PostgreSQL databases, but they do not
> allow me superuser access (the hosting company issues
> me a PostgreSQL userid/password that does not have
> "CREATEDB" privileges) and I am also on a shared
> instance of PostgreSQL with other users (I can see
> their userids from the phpPgAdmin tool).
>
> This seemed like an obvious security breach

Why? Others can see you, but they can't touch you. The only ones that
can touch you are the superusers, i.e. the hosting company. But they can
do that anyway since they have physical access to that machine.

Jochem


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

Предыдущее
От: "Markus Wollny"
Дата:
Сообщение: tsearch - Regression tests fail
Следующее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: Re: UDFs, table functions, returning rows