Re: Disable access shell command in psql

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Disable access shell command in psql
Дата
Msg-id 20070723141634.GA7388@winnie.fuhr.org
обсуждение исходный текст
Ответ на Disable access shell command in psql  ("Thiago Maluf" <malufrj@gmail.com>)
Список pgsql-admin
On Mon, Jul 23, 2007 at 10:59:17AM -0300, Thiago Maluf wrote:
> I have one database server with postgresql 8.1 and I discovered  yesterday
> one  security problem.
> When  I access my server with  thought psql I have the possibility execute
> command in my server using "\!" or write one file using "\e".
> I want disable these options in my server but I searched it and not found.

These psql commands run on the client with the privileges of the
client; they don't allow the client to do anything it couldn't
already do from the shell, and presumably the client already has
access to the shell if it's running psql.  This would be a security
problem if you use psql to run SQL statements from an untrusted
source, but if you're doing that then you already have a security
problem.

--
Michael Fuhr

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

Предыдущее
От: "Thiago Maluf"
Дата:
Сообщение: Disable access shell command in psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Disable access shell command in psql