Re: Getting rid of "accept incoming network connections" prompts on OS X - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Getting rid of "accept incoming network connections" prompts on OS X
Date
Msg-id 544BA416.7070300@gmx.net
Whole thread Raw
In response to Re: Getting rid of "accept incoming network connections" prompts on OS X  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Getting rid of "accept incoming network connections" prompts on OS X
List pgsql-hackers
On 10/24/14 9:39 AM, Tom Lane wrote:
> Peter, Dave: maybe you have tweaked things to keep listen_addresses
> empty and rely only on Unix-socket connections?

I can confirm that I do get the popup when starting an installed
postmaster with the default settings.

Given that this doesn't affect "make check" anymore, I'm unsure about
this patch.  There is a lot of magic in the configure change.  I don't
know what to pass as the configure option argument, so can't really
evaluate that.  I'd like to see an explanation for what is done there.

I'm afraid there is security ridicule potential.  We are essentially
adding an option to patch out an operating system security feature that
the user chose.  Some might find that neat and ship binaries built that
way.  Because it's "--with-codesign" and not
"--with-codesign-for-devel-dont-use-in-production".

Have we dug deep enough into the firewall configuration to evaluate
other options?  Can we, for example, exclude a port range?

I could see adding this as a contrib script if we don't find a better way.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Getting rid of "accept incoming network connections" prompts on OS X
Next
From: Ali Akbar
Date:
Subject: Re: Function array_agg(array)