[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [minor] umask 400 causes here-{doc,string} failure
From: |
Greg Wooledge |
Subject: |
Re: [minor] umask 400 causes here-{doc,string} failure |
Date: |
Mon, 12 Mar 2018 08:45:16 -0400 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Sun, Mar 11, 2018 at 03:17:42PM +0000, Stephane Chazelas wrote:
> I can think of several ways to address it:
>
> 1- do nothing and blame the user as the user explicitly asked
> for files to be unreadable
This one gets my vote. That umask is just entirely wrong. Did the
user really mean 0377 by chance? (Even then, what was the objective?
Any umask that includes owner bits is just not rational.)