Re: Spoofing as the postmaster

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Spoofing as the postmaster
Дата
Msg-id 3793.1198392314@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Spoofing as the postmaster  (Mark Mielke <mark@mark.mielke.cc>)
Ответы Re: Spoofing as the postmaster  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-hackers
Mark Mielke <mark@mark.mielke.cc> writes:
> Brendan Jurd wrote:
>> It doesn't solve the spoofing attack problem, but isn't Gurjeet's idea
>> a good one in any case?
>> 
> What makes it good? It solves no problems. It prevents the server from 
> coming up when it otherwise might still be able to.

The primary reason things work like that is that there are boatloads of
machines that are marginally misconfigured.  For instance, userland
thinks there is IPv6 support when the kernel thinks not (or vice versa).
If we made the postmaster abort every time it couldn't latch onto every
address that the listen_addresses setting suggested it might be able to
latch onto, what we'd mostly accomplish is to drive away a lot of
potential users.

Given that everyone agrees that this change wouldn't actually fix
anything w.r.t. spoofing, I don't think there's grounds for making it.
        regards, tom lane


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

Предыдущее
От: Mark Mielke
Дата:
Сообщение: Re: Spoofing as the postmaster
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: viewing source code