Re: Re: PATCH: Configurable file mode mask

2017-12-31 Thread Robert Haas
On Thu, Dec 28, 2017 at 2:36 PM, David Steele wrote: > Attached is a new patch set that should address various concerns raised in > this thread. > > 1) group-access-v3-01-mkdir.patch > > Abstracts all mkdir calls in the backend into a MakeDirectory() function > implemented in fd.c. This did not g

Re: Re: PATCH: Configurable file mode mask

2017-12-28 Thread David Steele
On 3/21/17 2:02 PM, David Steele wrote: On 3/18/17 3:57 PM, Robert Haas wrote: I think Tom's concerns about people doing insecure stuff are excessive.  People can do insecure stuff no matter what we do, and trying to prevent them often leads to them doing even-more-insecure stuff.  That having