Re: [HACKERS] Restricting permissions on Unix socket

2000-10-31 Thread Alfred Perlstein
* Peter Eisentraut <[EMAIL PROTECTED]> [001031 12:57] wrote: > I'd like to add an option or two to restrict the set of users that can > connect to the Unix domain socket of the postmaster, as an extra security > option. > > I imagine something like this: > > unix_socket_perm = 0660 > unix_socket

RE: [HACKERS] Restricting permissions on Unix socket

2000-10-31 Thread Jones, Colin
Title: RE: [HACKERS] Restricting permissions on Unix socket Please take me off this list!  I have received over 50 emails in the last 24 hours and I have no idea why I am getting them.  Please look for email address [EMAIL PROTECTED] or [EMAIL PROTECTED] and take it out!  Thanks

Re: [HACKERS] Restricting permissions on Unix socket

2000-10-31 Thread Robert Kernell
> I'd like to add an option or two to restrict the set of users that can > connect to the Unix domain socket of the postmaster, as an extra security > option. > > I imagine something like this: > > unix_socket_perm = 0660 > unix_socket_group = pgusers > > Obviously, permissions that don't have

[HACKERS] Restricting permissions on Unix socket

2000-10-31 Thread Peter Eisentraut
I'd like to add an option or two to restrict the set of users that can connect to the Unix domain socket of the postmaster, as an extra security option. I imagine something like this: unix_socket_perm = 0660 unix_socket_group = pgusers Obviously, permissions that don't have 6's in there don't m